diff options
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)) |