]> matita.cs.unibo.it Git - helm.git/blob - matita/matita.opam
26b1a6a29d02c4133a279d732f25601511ffb1ba
[helm.git] / matita / matita.opam
1 # This file is generated by dune, edit dune-project instead
2 opam-version: "2.0"
3 version: "0.99.5"
4 synopsis: "An experimental, interactive theorem prover"
5 description:
6   "Matita (that means pencil in italian) is an experimental, interactive theorem prover under development at the Computer Science Department of the University of Bologna."
7 maintainer: ["Claudio Sacerdoti Coen"]
8 authors: [
9   "HELM Team (Andrea Asperti, Ferruccio Guidi, Luca Padovani, Claudio Sacerdoti Coen, Enrico Tassi, Stefano Zacchiroli et alt.)"
10 ]
11 license: "GPL"
12 tags: ["interactive theorem proving" "calculus of constructions"]
13 homepage: "http://matita.cs.unibo.it"
14 doc: "http://matita.cs.unibo.it"
15 depends: [
16   "dune" {>= "3.6"}
17   "ocamlnet" {= "4.1.9.git"}
18   "ulex-camlp5" {= "1.3"}
19   "ocaml-expat" {= "1.1.0"}
20   "lablgtk3-sourceview3" {= "3.1.3"}
21   "camlp5" {= "8.00.04"}
22   "odoc" {with-doc}
23 ]
24 build: [
25   ["dune" "subst"] {dev}
26   [
27     "dune"
28     "build"
29     "-p"
30     name
31     "-j"
32     jobs
33     "@install"
34     "@runtest" {with-test}
35     "@doc" {with-doc}
36   ]
37 ]
38 dev-repo: "http://matita.cs.unibo.it/download.shtml"