X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fmatita.opam;h=bba4c6547fd93a5dd118551c9cf475fec2d4a6f7;hb=4154281937451b96f89f7b2c5d098193448c240f;hp=5e02c0e593d4c343c4f574bc91b9b6432b2dcb28;hpb=d19a20f88abd86df61e925a616de861e6acb51b9;p=helm.git diff --git a/matita/matita.opam b/matita/matita.opam index 5e02c0e59..bba4c6547 100644 --- a/matita/matita.opam +++ b/matita/matita.opam @@ -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"