diff options
Diffstat (limited to 'modal/ocaml/dune-project')
-rw-r--r-- | modal/ocaml/dune-project | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/modal/ocaml/dune-project b/modal/ocaml/dune-project new file mode 100644 index 0000000..13c3ca4 --- /dev/null +++ b/modal/ocaml/dune-project @@ -0,0 +1,6 @@ +(lang dune 3.11) +(name modal) +(using menhir 2.1) +(generate_opam_files true) +(formatting disabled) + |