diff options
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)) |
