]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/dune-project
Added dependency on caml-zip
[helm.git] / matita / dune-project
index 8a85936cced1b59e62387d8508c65eed26880068..83209daf38bf75d5aed2cc30b5ccd9ad7b238661 100644 (file)
@@ -1,7 +1,9 @@
 (lang dune 3.6)
+(using dune_site 0.1)
 
 (name matita)
 
+; Remember to change manually also matita/help/C/version.txt.in
 (version 0.99.5)
 
 (generate_opam_files true)
  (synopsis "An experimental, interactive theorem prover")
  (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.")
  (depends
-   (ocamlnet (= 4.1.9.git))
-   (ulex-camlp5 (= 1.3))
-   (ocaml-expat (= 1.1.0))
-   (lablgtk3-sourceview3 (= 3.1.3))
+   (ocamlnet (>= 4.1.9.git))
+   (ulex-camlp5 (>= 1.3))
+   (ocaml-expat (>= 1.1.0))
+   (pcre (>= 7.5.0))
+   (ocaml-http (>= 0.1.6))
+   (caml-zip (>= 1.11))
+   (lablgtk3-sourceview3 (>= 3.1.3))
    dune-build-info
-   (camlp5 (= 8.00.04)))
+   dune-site
+   (camlp5 (>= 8.00.04)))
  (tags
-  ("interactive theorem proving" "calculus of constructions")))
+  ("interactive theorem proving" "calculus of constructions"))
+ (sites (share myshare)))
 
 ; See the complete stanza docs at https://dune.readthedocs.io/en/stable/dune-files.html#dune-project