summaryrefslogtreecommitdiff
path: root/ocaml/lib/io/dune
diff options
context:
space:
mode:
authorpolwex <polwex@sortug.com>2025-10-06 04:03:14 +0700
committerpolwex <polwex@sortug.com>2025-10-06 04:03:14 +0700
commit24eac75c69b3d74388bbbc8ee2b6792e7590e4c6 (patch)
tree3e3a22dde0d977dca4b28fc92ada0faea24990f7 /ocaml/lib/io/dune
parentfd51dfdccf7b565e4214fe47a1420a9990fab342 (diff)
did this madman really implement parallelism on urbit
Diffstat (limited to 'ocaml/lib/io/dune')
-rw-r--r--ocaml/lib/io/dune4
1 files changed, 4 insertions, 0 deletions
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))