diff options
| author | polwex <polwex@sortug.com> | 2025-10-20 13:13:39 +0700 |
|---|---|---|
| committer | polwex <polwex@sortug.com> | 2025-10-20 13:13:39 +0700 |
| commit | d21900836f89b2bf9cd55ff1708a4619c8b89656 (patch) | |
| tree | bb3a5842ae408ffa465814c6bbf27a5002866252 /ocaml/bin/dune | |
neoinityes
Diffstat (limited to 'ocaml/bin/dune')
| -rw-r--r-- | ocaml/bin/dune | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ocaml/bin/dune b/ocaml/bin/dune new file mode 100644 index 0000000..79dda7c --- /dev/null +++ b/ocaml/bin/dune @@ -0,0 +1,9 @@ +(executable + (name neovere) + (public_name neovere) + (libraries overe.nock unix)) + +(executable + (name neovere_live) + (public_name neovere-live) + (libraries overe.nock unix eio eio_main)) |
