From c3545b7ba9e8448226417fab6edaa2d039c9babe Mon Sep 17 00:00:00 2001 From: polwex Date: Mon, 6 Oct 2025 05:34:08 +0700 Subject: wait what? runtime working? --- ocaml/bin/dune | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 ocaml/bin/dune (limited to 'ocaml/bin/dune') diff --git a/ocaml/bin/dune b/ocaml/bin/dune new file mode 100644 index 0000000..01f5be5 --- /dev/null +++ b/ocaml/bin/dune @@ -0,0 +1,4 @@ +(executable + (name overe) + (public_name overe) + (libraries nock_lib io_drivers eio_main unix)) -- cgit v1.2.3