diff options
Diffstat (limited to 'ocaml/lib/io/dune')
-rw-r--r-- | ocaml/lib/io/dune | 4 |
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)) |