]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita.opam
Added dependency on ocaml-http
[helm.git] / matita / matita.opam
index 5e02c0e593d4c343c4f574bc91b9b6432b2dcb28..0aceab1eba59f30c240806d986bae3a9a41fc672 100644 (file)
@@ -1,17 +1,29 @@
 # 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, Luca Padovani, Claudio Sacerdoti Coen, Enrico Tassi, Stefano Zacchiroli et alt.)"
+]
+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: [
-  "ocaml"
   "dune" {>= "3.6"}
+  "ocamlnet" {>= "4.1.9.git"}
+  "ulex-camlp5" {>= "1.3"}
+  "ocaml-expat" {>= "1.1.0"}
+  "pcre" {>= "7.5.0"}
+  "ocaml-http" {>= "0.1.6"}
+  "lablgtk3-sourceview3" {>= "3.1.3"}
+  "dune-build-info"
+  "dune-site"
+  "camlp5" {>= "8.00.04"}
   "odoc" {with-doc}
 ]
 build: [
@@ -23,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: "git+https://github.com/username/reponame.git"
+dev-repo: "git://matita.cs.unibo.it/git/helm"