diff options
author | polwex <polwex@sortug.com> | 2025-10-06 05:34:08 +0700 |
---|---|---|
committer | polwex <polwex@sortug.com> | 2025-10-06 05:34:08 +0700 |
commit | c3545b7ba9e8448226417fab6edaa2d039c9babe (patch) | |
tree | 798fd2bf87a67ac91e31b2fb7f0cd6590064b2c1 /ocaml/bin/dune | |
parent | 9fd3f41bf9a3326c5f0866f39f2ed151adc21565 (diff) |
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)) |