diff options
Diffstat (limited to 'ocaml/bin/dune')
-rw-r--r-- | ocaml/bin/dune | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ocaml/bin/dune b/ocaml/bin/dune new file mode 100644 index 0000000..01f5be5 --- /dev/null +++ b/ocaml/bin/dune @@ -0,0 +1,4 @@ +(executable + (name overe) + (public_name overe) + (libraries nock_lib io_drivers eio_main unix)) |