diff options
| author | polwex <polwex@sortug.com> | 2025-10-20 13:13:39 +0700 |
|---|---|---|
| committer | polwex <polwex@sortug.com> | 2025-10-20 13:13:39 +0700 |
| commit | d21900836f89b2bf9cd55ff1708a4619c8b89656 (patch) | |
| tree | bb3a5842ae408ffa465814c6bbf27a5002866252 /ocaml/dune-project | |
neoinityes
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)) |
