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/io/dune | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 ocaml/lib/io/dune (limited to 'ocaml/lib/io/dune') diff --git a/ocaml/lib/io/dune b/ocaml/lib/io/dune new file mode 100644 index 0000000..699df2e --- /dev/null +++ b/ocaml/lib/io/dune @@ -0,0 +1,4 @@ +(library + (name io_drivers) + (modules behn) + (libraries nock_lib zarith eio eio.unix)) -- cgit v1.2.3