summaryrefslogtreecommitdiff
path: root/ocaml/bin/dune
diff options
context:
space:
mode:
authorpolwex <polwex@sortug.com>2025-10-06 05:34:08 +0700
committerpolwex <polwex@sortug.com>2025-10-06 05:34:08 +0700
commitc3545b7ba9e8448226417fab6edaa2d039c9babe (patch)
tree798fd2bf87a67ac91e31b2fb7f0cd6590064b2c1 /ocaml/bin/dune
parent9fd3f41bf9a3326c5f0866f39f2ed151adc21565 (diff)
wait what? runtime working?HEADmaster
Diffstat (limited to 'ocaml/bin/dune')
-rw-r--r--ocaml/bin/dune4
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))