aboutsummaryrefslogtreecommitdiffstats
path: root/dune-project
diff options
context:
space:
mode:
Diffstat (limited to 'dune-project')
-rw-r--r--dune-project22
1 files changed, 22 insertions, 0 deletions
diff --git a/dune-project b/dune-project
new file mode 100644
index 0000000..32c81cd
--- /dev/null
+++ b/dune-project
@@ -0,0 +1,22 @@
1(lang dune 3.15)
2
3(name mininix)
4
5(generate_opam_files true)
6
7(using menhir 3.0)
8(using coq 0.8)
9
10(authors "Rutger Broekhoff" "Robbert Krebbers")
11
12(license LICENSE)
13
14(package
15 (name mininix)
16 (depends (ocaml (< 5))
17 (coq (and (>= 8.20) (< 8.21)))
18 (coq-stdpp (and (>= 1.11) (< 1.12)))
19 coq-flocq
20 core core_unix linenoise menhir pprint sexp_pretty stdio
21 ppx_sexp_conv ppx_blob ppx_let bisect_ppx
22 (merlin :dev) (ocamlformat :dev)))