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