aboutsummaryrefslogtreecommitdiffhomepage
path: root/distrib/debian/control
blob: 67bed545d5f0ca74f96b638db5e14afff459b957 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Source: coq
Section: devel
Priority: optional
Maintainer: Judicaël Courant <Judicael.Courant@lri.fr>
Standards-Version: 3.5.3
Build-Depends: debhelper (>= 2), ocaml (>= 3.01), camlp4 (>= 3.01)

Package: coq
Architecture: any
Depends: ocaml (>= 3.01), ${shlibs:Depends}
Suggests: ocaml (>= 3.01), camlp4 (>= 3.01), cle
Recommends: coq-doc
Description: a proof assistant for higher-order logic.
 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 Camlp4.