From fd51dfdccf7b565e4214fe47a1420a9990fab342 Mon Sep 17 00:00:00 2001 From: polwex Date: Mon, 6 Oct 2025 03:07:01 +0700 Subject: starting with runtime proper --- ocaml/dune-project | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'ocaml/dune-project') 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)) -- cgit v1.2.3