]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita.opam
registry already did not depend on ocamlnet any more
[helm.git] / matita / matita.opam
index e235ed50d759f16cc54dd9390219d2551af55c5f..a16eb59e912c67a60dae712937d4d1bfa3465b4c 100644 (file)
@@ -15,11 +15,17 @@ 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"}
+  "ocamlnet" {>= "4.1.9.git"}
+  "ocaml-http" {>= "0.1.6"}
+  "camlzip" {>= "1.11"}
+  "lablgtk3-sourceview3" {>= "3.1.3"}
+  "dune-build-info"
+  "dune-site"
+  "camlp5" {>= "8.00.04"}
   "odoc" {with-doc}
 ]
 build: [
@@ -31,9 +37,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: "git://matita.cs.unibo.it/git/helm"