diff options
author | Samuel Mimram <samuel.mimram@ens-lyon.org> | 2004-08-18 23:53:48 +0000 |
---|---|---|
committer | Samuel Mimram <samuel.mimram@ens-lyon.org> | 2004-08-18 23:53:48 +0000 |
commit | 19ee9e6a99e8f033805c45cb7b47d2b84e706c46 (patch) | |
tree | 936fb2ec3e883c97a350c7cba7278f0480796e43 /debian/control | |
parent | 12ac9238f46cba4693724082849df258db73ee2e (diff) |
Depend on ocaml-base-nox if coq is compiled in bytecode.
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. |