summaryrefslogtreecommitdiff
path: root/ocaml/lib/dune
diff options
context:
space:
mode:
authorpolwex <polwex@sortug.com>2025-10-06 03:07:01 +0700
committerpolwex <polwex@sortug.com>2025-10-06 03:07:01 +0700
commitfd51dfdccf7b565e4214fe47a1420a9990fab342 (patch)
tree653a19c426b134e6eab6db41ac354d05788f2ccb /ocaml/lib/dune
parentd7edee0821eeff39d8f28f064d5e7a85fca6ad94 (diff)
starting with runtime proper
Diffstat (limited to 'ocaml/lib/dune')
-rw-r--r--ocaml/lib/dune4
1 files changed, 2 insertions, 2 deletions
diff --git a/ocaml/lib/dune b/ocaml/lib/dune
index 008de33..7e52f0e 100644
--- a/ocaml/lib/dune
+++ b/ocaml/lib/dune
@@ -1,4 +1,4 @@
(library
(name nock_lib)
- (modules noun nock bitstream serial)
- (libraries zarith))
+ (modules noun nock bitstream serial eventlog)
+ (libraries zarith eio eio.unix))