From 5242ee845cdb3a7e9780443bf5d7e534f72c3f28 Mon Sep 17 00:00:00 2001 From: polwex Date: Tue, 7 Oct 2025 00:13:21 +0700 Subject: mugs in ocaml with murmur3 fork --- ocaml/lib/dune | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ocaml/lib/dune') 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)) -- cgit v1.2.3