From c4b71435d9afdb67450f320f54fb7aa99dcae85e Mon Sep 17 00:00:00 2001 From: polwex Date: Sun, 5 Oct 2025 22:57:55 +0700 Subject: fixed jamcue --- ocaml/dune | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 ocaml/dune (limited to 'ocaml/dune') diff --git a/ocaml/dune b/ocaml/dune deleted file mode 100644 index 3943b7b..0000000 --- a/ocaml/dune +++ /dev/null @@ -1,19 +0,0 @@ -(library - (name nock_lib) - (modules noun nock bitstream serial) - (libraries zarith)) - -(executable - (name test_nock) - (modules test_nock) - (libraries nock_lib zarith)) - -(executable - (name test_serial) - (modules test_serial) - (libraries nock_lib zarith)) - -(executable - (name bench_nock) - (modules bench_nock) - (libraries nock_lib zarith unix)) -- cgit v1.2.3