From c4b71435d9afdb67450f320f54fb7aa99dcae85e Mon Sep 17 00:00:00 2001 From: polwex Date: Sun, 5 Oct 2025 22:57:55 +0700 Subject: fixed jamcue --- 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..008de33 --- /dev/null +++ b/ocaml/lib/dune @@ -0,0 +1,4 @@ +(library + (name nock_lib) + (modules noun nock bitstream serial) + (libraries zarith)) -- cgit v1.2.3