-
-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathdune-project
More file actions
30 lines (25 loc) · 659 Bytes
/
dune-project
File metadata and controls
30 lines (25 loc) · 659 Bytes
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
(lang dune 2.8)
(name caramel)
(generate_opam_files true)
(license Apache-2.0)
(source (github AbstractMachinesLab/caramel))
(maintainers "Leandro Ostera <leandro@ostera.io>")
(authors "Leandro Ostera <leandro@ostera.io>")
(using menhir 2.1)
(cram enable)
(package
(name caramel)
(synopsis "A functional language for building type-safe, scalable, and maintainable applications")
(description "Caramel is a functional language for building type-safe, scalable, and maintainable applications.")
(depends
(dune (>= "2.8"))
(ocamlformat (= "0.17.0"))
(ocaml (>= "4.11.1"))
reason
alcotest
bos
erlang
menhir
ppx_sexp_conv
sexplib
))