]> matita.cs.unibo.it Git - helm.git/blob - matita/dune-project
83209daf38bf75d5aed2cc30b5ccd9ad7b238661
[helm.git] / matita / dune-project
1 (lang dune 3.6)
2 (using dune_site 0.1)
3
4 (name matita)
5
6 ; Remember to change manually also matita/help/C/version.txt.in
7 (version 0.99.5)
8
9 (generate_opam_files true)
10
11 (source
12  (uri git://matita.cs.unibo.it/git/helm))
13
14 (authors "HELM Team (Andrea Asperti, Ferruccio Guidi, Luca Padovani, Claudio Sacerdoti Coen, Enrico Tassi, Stefano Zacchiroli et alt.)")
15
16 (maintainers "Claudio Sacerdoti Coen")
17
18 (license GPL-2.0-or-later)
19
20
21 (bug_reports "mailto:claudio.sacerdoticoen@unibo.it")
22
23 (homepage http://matita.cs.unibo.it)
24
25 (documentation http://matita.cs.unibo.it)
26
27 (package
28  (name matita)
29  (synopsis "An experimental, interactive theorem prover")
30  (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.")
31  (depends
32    (ocamlnet (>= 4.1.9.git))
33    (ulex-camlp5 (>= 1.3))
34    (ocaml-expat (>= 1.1.0))
35    (pcre (>= 7.5.0))
36    (ocaml-http (>= 0.1.6))
37    (caml-zip (>= 1.11))
38    (lablgtk3-sourceview3 (>= 3.1.3))
39    dune-build-info
40    dune-site
41    (camlp5 (>= 8.00.04)))
42  (tags
43   ("interactive theorem proving" "calculus of constructions"))
44  (sites (share myshare)))
45
46 ; See the complete stanza docs at https://dune.readthedocs.io/en/stable/dune-files.html#dune-project