diff options
Diffstat (limited to 'ocaml/lib/dune')
-rw-r--r-- | ocaml/lib/dune | 4 |
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)) |