diff options
author | polwex <polwex@sortug.com> | 2025-10-06 03:07:01 +0700 |
---|---|---|
committer | polwex <polwex@sortug.com> | 2025-10-06 03:07:01 +0700 |
commit | fd51dfdccf7b565e4214fe47a1420a9990fab342 (patch) | |
tree | 653a19c426b134e6eab6db41ac354d05788f2ccb /ocaml/dune-project | |
parent | d7edee0821eeff39d8f28f064d5e7a85fca6ad94 (diff) |
starting with runtime proper
Diffstat (limited to 'ocaml/dune-project')
-rw-r--r-- | ocaml/dune-project | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/ocaml/dune-project b/ocaml/dune-project index ec486dc..9e337b7 100644 --- a/ocaml/dune-project +++ b/ocaml/dune-project @@ -6,4 +6,9 @@ (name overe) (allow_empty) (synopsis "Urbit on OCaml") - (description "With OCaml 5.3+ and Eio Multicore!")) + (description "With OCaml 5.3+ and Eio Multicore!") + (depends + (ocaml (>= 5.3)) + zarith + eio + eio_main)) |