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