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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
|
Source: coq
Section: math
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders:
Ralf Treinen <treinen@debian.org>,
Remi Vanicat <vanicat@debian.org>,
Stefano Zacchiroli <zack@debian.org>,
Samuel Mimram <smimram@debian.org>,
Stephane Glondu <steph@glondu.net>
DM-Upload-Allowed: yes
Standards-Version: 3.8.0
Build-Depends:
debhelper (>= 7),
dpkg-dev (>= 1.13.19),
dpatch,
ocaml-nox (>= 3.10),
ocaml-best-compilers,
camlp5,
liblablgtk2-ocaml-dev (>= 2.4.0),
texlive-latex-extra,
hevea
Homepage: http://coq.inria.fr/
Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/coq.git
Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/coq.git
Package: coq
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ocaml-base-nox-${F:OCamlABI}, coq-libs (= ${source:Version}), emacsen-common
Recommends: coqide | proofgeneral-coq
Suggests: ocaml-nox (>= 3.08), proofgeneral-coq, ledit, cle, coq-doc
Description: proof assistant for higher-order logic (toplevel and compiler)
Coq is a proof assistant for higher-order logic, which allows the
development of computer programs consistent with their formal
specification. It is developed using Objective Caml and Camlp5.
For more information, see <http://coq.inria.fr/>.
.
This packages provides coqtop, a command line interface to Coq.
.
A graphical interface for Coq is provided in the coqide package.
Coq can also be used with ProofGeneral, which allows proofs to be
edited using emacs and xemacs. This requires the proofgeneral-coq
package to be installed.
Package: coqide
Architecture: any
Depends:
${shlibs:Depends},
coq (= ${binary:Version}),
ocaml-base-nox-${F:OCamlABI},
${misc:Depends}
Description: proof assistant for higher-order logic (gtk interface)
Coq is a proof assistant for higher-order logic, which allows the
development of computer programs consistent with their formal
specification. It is developed using Objective Caml and Camlp5.
For more information, see <http://coq.inria.fr/>.
.
This package provides CoqIde, a graphical user interface for
developing proofs.
Package: coq-libs
Architecture: all
Depends: ${misc:Depends}
Recommends: coq (>= 8.0)
Conflicts: coq (<< 8.0), coq-doc (<= 8.0pl1.0-2)
Description: proof assistant for higher-order logic (theories)
Coq is a proof assistant for higher-order logic, which allows the
development of computer programs consistent with their formal
specification. It is developed using Objective Caml and Camlp5.
For more information, see <http://coq.inria.fr/>.
.
This package provides existing theories that new proofs can be
based upon, including theories of arithmetic and Boolean values.
Package: libcoq-ocaml-dev
Section: libdevel
Architecture: any
Depends:
${shlibs:Depends},
coq (= ${binary:Version}),
ocaml-nox-${F:OCamlABI},
${misc:Depends}
Description: development libraries and tools for Coq
Coq is a proof assistant for higher-order logic, which allows the
development of computer programs consistent with their formal
specification. It is developed using Objective Caml and Camlp5.
For more information, see <http://coq.inria.fr/>.
.
This package provides coqmktop, and libraries needed to develop
OCaml-side extensions to Coq.
|