diff options
Diffstat (limited to 'ocaml/dune-project')
| -rw-r--r-- | ocaml/dune-project | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/ocaml/dune-project b/ocaml/dune-project new file mode 100644 index 0000000..58c02de --- /dev/null +++ b/ocaml/dune-project @@ -0,0 +1,15 @@ +(lang dune 3.20) + +(name overe) + +(package + (name overe) + (allow_empty) + (synopsis "Urbit on OCaml") + (description "With OCaml 5.3+ and Eio Multicore!") + (depends + (ocaml (>= 5.3)) + zarith + eio + eio_main + domainslib)) |
