1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50
|
Source: mathcomp-analysis
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders: Julien Puydt <jpuydt@debian.org>
Section: ocaml
Priority: optional
Standards-Version: 4.7.0
Rules-Requires-Root: no
Build-Depends: coq,
debhelper-compat (= 13),
dh-coq, dh-ocaml,
libcoq-elpi,
libcoq-hierarchy-builder,
libcoq-mathcomp-algebra,
libcoq-mathcomp-field,
libcoq-mathcomp-fingroup,
libcoq-mathcomp-solvable,
libcoq-mathcomp-ssreflect,
libcoq-mathcomp-bigenough,
libcoq-mathcomp-finmap,
ocaml-dune
Vcs-Browser: https://salsa.debian.org/ocaml-team/mathcomp-analysis
Vcs-Git: https://salsa.debian.org/ocaml-team/mathcomp-analysis.git
Homepage: https://github.com/math-comp/analysis
Package: libcoq-mathcomp-analysis
Architecture: any
Depends: ${coq:Depends},${misc:Depends}, libcoq-mathcomp-classical (= ${binary:Version})
Provides: ${coq:Provides}
Description: analysis extension for Mathematical Components
This package provides an extension for classical analysis
for the Mathematical Components library.
.
The Mathematical Components library is a coherent repository of
general-purpose formalized mathematical theories for the
Coq proof assistant.
Package: libcoq-mathcomp-classical
Architecture: any
Depends: ${coq:Depends},${misc:Depends}
Provides: ${coq:Provides}
Breaks: libcoq-mathcomp-analysis (<< 0.6.4)
Replaces: libcoq-mathcomp-analysis (<< 0.6.4)
Description: classical logic extension for Mathematical Components
This package provides an extension for work with classical logic
within the Coq proof-assistant using the Mathematical Components
library.
.
The Mathematical Components library is a coherent repository of
general-purpose formalized mathematical theories for the
Coq proof assistant.
|