]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita.opam
Dependency on ocaml_http replaced by ocaml_http_stubs stubs
[helm.git] / matita / matita.opam
index 26b1a6a29d02c4133a279d732f25601511ffb1ba..37cccbb14e2eaa8853c65c4cc9233d95fb919df1 100644 (file)
@@ -8,17 +8,22 @@ maintainer: ["Claudio Sacerdoti Coen"]
 authors: [
   "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"}
+  "ocaml" {>= "4.14.1"}
+  "ulex-camlp5" {>= "1.3"}
+  "ocaml-expat" {>= "1.1.0"}
+  "pcre" {>= "7.5.0"}
+  "camlzip" {>= "1.11"}
+  "lablgtk3-sourceview3" {>= "3.1.3"}
+  "dune-build-info"
+  "dune-site"
+  "camlp5" {>= "8.00.04"}
   "odoc" {with-doc}
 ]
 build: [
@@ -30,9 +35,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"