summaryrefslogtreecommitdiff
path: root/ocaml/dune
diff options
context:
space:
mode:
authorpolwex <polwex@sortug.com>2025-10-05 22:57:55 +0700
committerpolwex <polwex@sortug.com>2025-10-05 22:57:55 +0700
commitc4b71435d9afdb67450f320f54fb7aa99dcae85e (patch)
treea08c4c2f7965a95fcfe6dda09629d3f103d25a0b /ocaml/dune
parentfcedfddf00b3f994e4f4e40332ac7fc192c63244 (diff)
fixed jamcue
Diffstat (limited to 'ocaml/dune')
-rw-r--r--ocaml/dune19
1 files changed, 0 insertions, 19 deletions
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))