-
Notifications
You must be signed in to change notification settings - Fork 20
/
dune-project
56 lines (48 loc) · 1.03 KB
/
dune-project
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
(lang dune 3.15)
(using dune_site 0.1)
(using directory-targets 0.1)
(name tlapm)
(generate_opam_files true)
(source (github tlaplus/tlapm))
(license BSD-2-Clause)
(cram enable)
(package
(name tlapm)
(synopsis "TLA+ Proof Manager")
(description "TLA+ Proof Manager")
(authors
"Kaustuv Chaudhuri"
"Denis Cousineau"
"Damien Doligez"
"Leslie Lamport"
"Tomer Libal"
"Stephan Merz"
"Jean-Baptiste Tristan"
"Hernan Vanzetto")
(maintainers
"Kaustuv Chaudhuri"
"Denis Cousineau"
"Damien Doligez"
"Leslie Lamport"
"Tomer Libal"
"Stephan Merz"
"Jean-Baptiste Tristan"
"Hernan Vanzetto")
(sites
(lib backends) ; will contain all the provers, approx lib/tlapm/backends/.
(lib stdlib)) ; TLA files composing the StdLib.
(depends
ocaml
dune-site
dune-build-info
sexplib
cmdliner
camlzip
re2
ppx_inline_test
ppx_assert
ppx_deriving
ounit2)
(depopts
lsp ; https://github.com/ocaml/ocaml-lsp
eio_main)) ; https://github.com/ocaml-multicore/eio, only available on OCaml version >= 5.