From 24eac75c69b3d74388bbbc8ee2b6792e7590e4c6 Mon Sep 17 00:00:00 2001 From: polwex Date: Mon, 6 Oct 2025 04:03:14 +0700 Subject: did this madman really implement parallelism on urbit --- ocaml/lib/dune | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ocaml/lib/dune') diff --git a/ocaml/lib/dune b/ocaml/lib/dune index 7e52f0e..ea260c1 100644 --- a/ocaml/lib/dune +++ b/ocaml/lib/dune @@ -1,4 +1,4 @@ (library (name nock_lib) - (modules noun nock bitstream serial eventlog) - (libraries zarith eio eio.unix)) + (modules noun nock bitstream serial eventlog state effects runtime domain_pool nock_parallel) + (libraries zarith eio eio.unix domainslib)) -- cgit v1.2.3