summaryrefslogtreecommitdiff
path: root/ocaml/lib/dune
diff options
context:
space:
mode:
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..008de33
--- /dev/null
+++ b/ocaml/lib/dune
@@ -0,0 +1,4 @@
+(library
+ (name nock_lib)
+ (modules noun nock bitstream serial)
+ (libraries zarith))