diff options
author | polwex <polwex@sortug.com> | 2025-10-06 05:34:08 +0700 |
---|---|---|
committer | polwex <polwex@sortug.com> | 2025-10-06 05:34:08 +0700 |
commit | c3545b7ba9e8448226417fab6edaa2d039c9babe (patch) | |
tree | 798fd2bf87a67ac91e31b2fb7f0cd6590064b2c1 /ocaml/lib/dune | |
parent | 9fd3f41bf9a3326c5f0866f39f2ed151adc21565 (diff) |
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 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)) |