]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita.opam
Dune sites used to locate the standard library
[helm.git] / matita / matita.opam
index e235ed50d759f16cc54dd9390219d2551af55c5f..f2e62ac09ebee07caa97309541973daa992e72ed 100644 (file)
@@ -19,6 +19,8 @@ depends: [
   "ulex-camlp5" {= "1.3"}
   "ocaml-expat" {= "1.1.0"}
   "lablgtk3-sourceview3" {= "3.1.3"}
+  "dune-build-info"
+  "dune-site"
   "camlp5" {= "8.00.04"}
   "odoc" {with-doc}
 ]
@@ -31,9 +33,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"