aboutsummaryrefslogtreecommitdiff
path: root/distrib/debian/control
diff options
context:
space:
mode:
authorcourant2001-04-24 15:07:41 +0000
committercourant2001-04-24 15:07:41 +0000
commit816ae8c64624eee082a54c04b1f4e72e3426d265 (patch)
tree3db7cdc4ba93f8d503024e31d4c2d98f88d95ae3 /distrib/debian/control
parent45e4cf2a722a3f9d43ddc0ed35b17e01a03c2006 (diff)
ajout necessaire pour paquet debian
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@1688 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'distrib/debian/control')
-rw-r--r--distrib/debian/control15
1 files changed, 15 insertions, 0 deletions
diff --git a/distrib/debian/control b/distrib/debian/control
new file mode 100644
index 0000000000..c36ceaa982
--- /dev/null
+++ b/distrib/debian/control
@@ -0,0 +1,15 @@
+Source: coq
+Section: devel
+Priority: optional
+Maintainer: Judicaël Courant <Judicael.Courant@lri.fr>
+Standards-Version: 3.0.1
+Build-Depends: debhelper (>= 2), ocaml (>= 3.00-1), camlp4 (>= 3.00-1)
+
+Package: coq
+Architecture: any
+Depends: ${shlibs:Depends}
+Suggests: coq-doc, ocaml (>= 3.00-1), camlp4 (>= 3.00-1)
+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.