From d21900836f89b2bf9cd55ff1708a4619c8b89656 Mon Sep 17 00:00:00 2001 From: polwex Date: Mon, 20 Oct 2025 13:13:39 +0700 Subject: neoinit --- ocaml/lib/dune | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 ocaml/lib/dune (limited to 'ocaml/lib/dune') diff --git a/ocaml/lib/dune b/ocaml/lib/dune new file mode 100644 index 0000000..b624239 --- /dev/null +++ b/ocaml/lib/dune @@ -0,0 +1,4 @@ +(library + (name nock_lib) + (public_name overe.nock) + (libraries zarith unix lmdb murmur3 eio eio.core)) -- cgit v1.2.3