-
Notifications
You must be signed in to change notification settings - Fork 3
/
dune-project
59 lines (52 loc) · 864 Bytes
/
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
(lang dune 2.9)
(name dromedary)
(license MIT)
(maintainers "[email protected]")
(authors "Alistair O'Brien")
(source
(github johnyob/dromedary))
(package
(name dromedary)
(synopsis "An experimental subset of OCaml")
(description
"Dromedary is an experimental subset of OCaml, using constraint-based type inference!")
(depends
(dune
(>= 2.9))
(base
(= v0.14.1))
(core
(= v0.14.1))
(core_bench
(= v0.14.0))
(core_unix
(= v0.14.0))
(ppx_jane
(= v0.14.0))
(ppx_sexp_conv
(= v0.14.3))
(ppx_compare
(= v0.14.0))
(ppx_deriving
(= 5.2.1))
(ppx_let
(= v0.14.0))
(vec
(= 0.3.0))
(logs
(= 0.7.0))
landmarks
fmt
(bisect_ppx
(= 2.6.0))
(qcheck
(= 0.17))
(alcotest
(= 1.4.0))
(qcheck-alcotest
(= 0.17))
(menhir
(= 20210419))
(menhirLib
(= 20210419))))
(using menhir 2.1)