summaryrefslogtreecommitdiff
path: root/ocaml/lib/dune
diff options
context:
space:
mode:
authorpolwex <polwex@sortug.com>2025-10-20 13:13:39 +0700
committerpolwex <polwex@sortug.com>2025-10-20 13:13:39 +0700
commitd21900836f89b2bf9cd55ff1708a4619c8b89656 (patch)
treebb3a5842ae408ffa465814c6bbf27a5002866252 /ocaml/lib/dune
neoinityes
Diffstat (limited to 'ocaml/lib/dune')
-rw-r--r--ocaml/lib/dune4
1 files changed, 4 insertions, 0 deletions
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))