-
Notifications
You must be signed in to change notification settings - Fork 16
/
dune-project
67 lines (58 loc) · 1 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
57
58
59
60
61
62
63
64
65
66
67
(lang dune 3.7)
(name beluga)
(implicit_transitive_deps false)
(generate_opam_files true)
(license "GPL-3.0-only")
(authors
"Brigitte Pientka"
"Joshua Dunfield"
"Andrew Cave"
"Jacob Thomas Errington"
"Junyoung Clare Jang"
"Marc-Antoine Ouimet")
(maintainers "marc-antoine.ouimet@mail.mcgill.ca")
(homepage "http://complogic.cs.mcgill.ca/beluga/")
(source
(github "Beluga-lang/Beluga"))
(package
(name beluga)
(synopsis
"Implementation of contextual modal logic for reasoning with higher-order abstract syntax")
(depends
(dune-build-info
(>= 3.7.0))
(extlib
(>= 1.7.9))
(gen
(>= 1.0))
(linenoise
(>= 1.4.0))
(ocaml
(>= 4.14))
(sedlex
(>= 2.5))
(omd
(>= 1.3.2))
(uri
(>= 4.2.0))
(conf-timeout :with-test)
(ocamlformat
(and
(= 0.25.1)
:with-test))
(yojson
(and
(>= 2.0.2)
:with-test))
(ounit2
(and
(>= 2.2.6)
:with-test))
(bisect_ppx
(and
(>= 2.8.1)
:with-test))
(odoc
(and
(>= 2.2.0)
:with-doc))))