diff options
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/debian/control b/debian/control index 1bec4341..2ca8c21b 100644 --- a/debian/control +++ b/debian/control @@ -8,10 +8,10 @@ Build-Depends: debhelper (>= 4.0.0), ocaml-3.08, ocaml-best-compilers, liblablgt Package: coq Architecture: any -Depends: ${shlibs:Depends}, coq-libs +Depends: ${shlibs:Depends}, ${ocaml:Runtime}, coq-libs Suggests: ocaml-3.08, proofgeneral-coq, ledit, cle Recommends: coq-doc, coqide | proofgeneral-coq -Description: Proof assistant for higher-order logic +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 Camlp4. @@ -26,8 +26,8 @@ Description: Proof assistant for higher-order logic Package: coqide Architecture: any -Depends: coq (>= 8.0), liblablgtk2-ocaml (>= 2.4.0), ${shlibs:Depends} -Description: Proof assistant for higher-order logic +Depends: ${shlibs:Depends}, coq (>= 8.0), liblablgtk2-ocaml (>= 2.4.0) +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 Camlp4. @@ -40,7 +40,7 @@ Package: coq-libs Architecture: any Recommends: coq (>= 8.0) Conflicts: coq (<< 8.0) -Description: Proof assistant for higher-order logic +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 Camlp4. @@ -52,7 +52,7 @@ Description: Proof assistant for higher-order logic Package: coq7-libs Architecture: any Recommends: coq (>= 8.0) -Description: Proof assistant for higher-order logic +Description: Proof assistant for higher-order logic (Coq 7 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 Camlp4. |