]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita.opam
Enable "dune build -p matita" + version bumped to 0.99.5
[helm.git] / matita / matita.opam
index 5e02c0e593d4c343c4f574bc91b9b6432b2dcb28..bba4c6547fd93a5dd118551c9cf475fec2d4a6f7 100644 (file)
@@ -1,17 +1,24 @@
 # This file is generated by dune, edit dune-project instead
 opam-version: "2.0"
-synopsis: "A short synopsis"
-description: "A longer description"
-maintainer: ["Maintainer Name"]
-authors: ["Author Name"]
-license: "LICENSE"
-tags: ["topics" "to describe" "your" "project"]
-homepage: "https://github.com/username/reponame"
-doc: "https://url/to/documentation"
-bug-reports: "https://github.com/username/reponame/issues"
+version: "0.99.5"
+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."
+maintainer: ["Claudio Sacerdoti Coen"]
+authors: [
+  "HELM Team (Andrea Asperti, Ferruccio Guidi, Claudio Sacerdoti Coen, Enrico Tassi, Stefano Zacchiroli et alt.)"
+]
+license: "GPL"
+tags: ["interactive theorem proving" "calculus of constructions"]
+homepage: "http://matita.cs.unibo.it"
+doc: "http://matita.cs.unibo.it"
 depends: [
-  "ocaml"
   "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"}
   "odoc" {with-doc}
 ]
 build: [
@@ -28,4 +35,4 @@ build: [
     "@doc" {with-doc}
   ]
 ]
-dev-repo: "git+https://github.com/username/reponame.git"
+dev-repo: "http://matita.cs.unibo.it/download.shtml"