]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita.opam
In last commit I forgot to regenerate matita.opam :-(
[helm.git] / matita / matita.opam
index bba4c6547fd93a5dd118551c9cf475fec2d4a6f7..6470a0a500c9eb8c9b3458104654bb2d0000a4bb 100644 (file)
@@ -6,19 +6,23 @@ description:
   "Matita (that means pencil in italian) is an experimental, interactive theorem prover under development at the Computer Science Department of the University of Bologna."
 maintainer: ["Claudio Sacerdoti Coen"]
 authors: [
-  "HELM Team (Andrea Asperti, Ferruccio Guidi, Claudio Sacerdoti Coen, Enrico Tassi, Stefano Zacchiroli et alt.)"
+  "HELM Team (Andrea Asperti, Ferruccio Guidi, Luca Padovani, Claudio Sacerdoti Coen, Enrico Tassi, Stefano Zacchiroli et alt.)"
 ]
-license: "GPL"
+license: "GPL-2.0-or-later"
 tags: ["interactive theorem proving" "calculus of constructions"]
 homepage: "http://matita.cs.unibo.it"
 doc: "http://matita.cs.unibo.it"
+bug-reports: "mailto:claudio.sacerdoticoen@unibo.it"
 depends: [
   "dune" {>= "3.6"}
-  "ocamlnet" {= "4.1.9.git"}
-  "ulex-camlp5" {= "1.3"}
-  "ocaml-expat" {= "1.1.0"}
-  "lablgtk3-sourceview3" {= "3.1.3"}
-  "camlp5" {= "8.00.04"}
+  "ocamlnet" {>= "4.1.9.git"}
+  "ulex-camlp5" {>= "1.3"}
+  "ocaml-expat" {>= "1.1.0"}
+  "pcre" {>= "7.5.0"}
+  "lablgtk3-sourceview3" {>= "3.1.3"}
+  "dune-build-info"
+  "dune-site"
+  "camlp5" {>= "8.00.04"}
   "odoc" {with-doc}
 ]
 build: [
@@ -30,9 +34,11 @@ build: [
     name
     "-j"
     jobs
+    "--promote-install-files=false"
     "@install"
     "@runtest" {with-test}
     "@doc" {with-doc}
   ]
+  ["dune" "install" "-p" name "--create-install-files" name]
 ]
-dev-repo: "http://matita.cs.unibo.it/download.shtml"
+dev-repo: "git://matita.cs.unibo.it/git/helm"