X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fmatita.opam;h=37cccbb14e2eaa8853c65c4cc9233d95fb919df1;hb=refs%2Fheads%2Fmaster;hp=5e02c0e593d4c343c4f574bc91b9b6432b2dcb28;hpb=f47c4a4cc2f6483ea7a333844f90c14039f99d1a;p=helm.git diff --git a/matita/matita.opam b/matita/matita.opam index 5e02c0e59..37cccbb14 100644 --- a/matita/matita.opam +++ b/matita/matita.opam @@ -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"} + "ocaml" {>= "4.14.1"} + "ulex-camlp5" {>= "1.3"} + "ocaml-expat" {>= "1.1.0"} + "pcre" {>= "7.5.0"} + "camlzip" {>= "1.11"} + "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"