diff options
author | polwex <polwex@sortug.com> | 2025-10-06 04:03:14 +0700 |
---|---|---|
committer | polwex <polwex@sortug.com> | 2025-10-06 04:03:14 +0700 |
commit | 24eac75c69b3d74388bbbc8ee2b6792e7590e4c6 (patch) | |
tree | 3e3a22dde0d977dca4b28fc92ada0faea24990f7 /ocaml/lib/dune | |
parent | fd51dfdccf7b565e4214fe47a1420a9990fab342 (diff) |
did this madman really implement parallelism on urbit
Diffstat (limited to 'ocaml/lib/dune')
-rw-r--r-- | ocaml/lib/dune | 4 |
1 files changed, 2 insertions, 2 deletions
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)) |