summaryrefslogtreecommitdiff
path: root/ocaml/lib/dune
diff options
context:
space:
mode:
authorpolwex <polwex@sortug.com>2025-10-06 05:34:08 +0700
committerpolwex <polwex@sortug.com>2025-10-06 05:34:08 +0700
commitc3545b7ba9e8448226417fab6edaa2d039c9babe (patch)
tree798fd2bf87a67ac91e31b2fb7f0cd6590064b2c1 /ocaml/lib/dune
parent9fd3f41bf9a3326c5f0866f39f2ed151adc21565 (diff)
wait what? runtime working?HEADmaster
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 ea260c1..97961d5 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 runtime domain_pool nock_parallel)
+ (modules noun nock bitstream serial eventlog state effects boot runtime domain_pool nock_parallel)
(libraries zarith eio eio.unix domainslib))