From d21900836f89b2bf9cd55ff1708a4619c8b89656 Mon Sep 17 00:00:00 2001 From: polwex Date: Mon, 20 Oct 2025 13:13:39 +0700 Subject: neoinit --- ocaml/bin/dune | 9 +++++++++ 1 file changed, 9 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..79dda7c --- /dev/null +++ b/ocaml/bin/dune @@ -0,0 +1,9 @@ +(executable + (name neovere) + (public_name neovere) + (libraries overe.nock unix)) + +(executable + (name neovere_live) + (public_name neovere-live) + (libraries overe.nock unix eio eio_main)) -- cgit v1.2.3