diff options
author | polwex <polwex@sortug.com> | 2025-10-07 00:13:21 +0700 |
---|---|---|
committer | polwex <polwex@sortug.com> | 2025-10-07 00:13:21 +0700 |
commit | 5242ee845cdb3a7e9780443bf5d7e534f72c3f28 (patch) | |
tree | 24270ef9d0ce356e92b1048394fec2020e2bec71 /ocaml/lib/dune | |
parent | 5de3f7a3ad7b0cf63b4a6cbddfc1e26359dea161 (diff) |
mugs in ocaml with murmur3 fork
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 97961d5..a0cb4b8 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) - (libraries zarith eio eio.unix domainslib)) + (libraries zarith eio eio.unix domainslib murmur3)) |