summaryrefslogtreecommitdiff
path: root/ocaml/lib/dune
diff options
context:
space:
mode:
authorpolwex <polwex@sortug.com>2025-10-07 02:38:28 +0700
committerpolwex <polwex@sortug.com>2025-10-07 02:38:28 +0700
commit64611d312280dd5d63d498ded09ae4e9a6eaf34c (patch)
tree790dff3049654d3f584b3a17ffb077957f1117ad /ocaml/lib/dune
parentca8a67a583ad39bdb4cf36d635536e099af21bdf (diff)
refining nock with tail calls and sheet
Diffstat (limited to 'ocaml/lib/dune')
-rw-r--r--ocaml/lib/dune2
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))