diff options
Diffstat (limited to 'ocaml/lib/dune')
-rw-r--r-- | ocaml/lib/dune | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ocaml/lib/dune b/ocaml/lib/dune index a0cb4b8..91e51bc 100644 --- a/ocaml/lib/dune +++ b/ocaml/lib/dune @@ -1,4 +1,4 @@ (library (name nock_lib) - (modules noun nock bitstream serial eventlog state effects boot runtime domain_pool nock_parallel) + (modules noun nock nock_iter nock_tail bitstream serial eventlog state effects boot runtime domain_pool nock_parallel) (libraries zarith eio eio.unix domainslib murmur3)) |