diff options
Diffstat (limited to 'ocaml/dune-project')
-rw-r--r-- | ocaml/dune-project | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/ocaml/dune-project b/ocaml/dune-project index 4a478ee..ec486dc 100644 --- a/ocaml/dune-project +++ b/ocaml/dune-project @@ -1,2 +1,9 @@ -(lang dune 3.0) -(name vere_nock) +(lang dune 3.20) + +(name overe) + +(package + (name overe) + (allow_empty) + (synopsis "Urbit on OCaml") + (description "With OCaml 5.3+ and Eio Multicore!")) |