summaryrefslogtreecommitdiff
path: root/ocaml/lib/dune
blob: a0cb4b8d9e2ddf0612071812dbc7516ffc6f2005 (plain)
1
2
3
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 murmur3))