summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorGravatar Stephane Glondu <steph@glondu.net>2009-01-31 22:25:37 +0100
committerGravatar Stephane Glondu <steph@glondu.net>2009-02-01 01:17:52 +0100
commit02896b211aaec508c4e4591e7e228f752b368fd7 (patch)
treea3d123d9b99a0a2a7f80e1002c98a6cea7630165 /debian/control
parentd8d080e3d1f6babcdbf667c84d8b46cfa9340b94 (diff)
Add new binary package libcoq-ocaml-dev
Rationale: coqmktop depends on a whole working OCaml environment, and we don't need ocaml-related stuff when developing in pure Coq.
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control17
1 files changed, 17 insertions, 0 deletions
diff --git a/debian/control b/debian/control
index a982dd32..fda73c89 100644
--- a/debian/control
+++ b/debian/control
@@ -71,3 +71,20 @@ Description: proof assistant for higher-order logic (theories)
.
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.