diff options
Diffstat (limited to 'bin/dune')
-rw-r--r-- | bin/dune | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/bin/dune b/bin/dune new file mode 100644 index 0000000..2a56b29 --- /dev/null +++ b/bin/dune | |||
@@ -0,0 +1,14 @@ | |||
1 | (executable | ||
2 | (public_name mininix) | ||
3 | (name main) | ||
4 | (preprocess | ||
5 | (pps ppx_let)) | ||
6 | (libraries | ||
7 | nix | ||
8 | core | ||
9 | core_unix.command_unix | ||
10 | linenoise | ||
11 | mininix | ||
12 | sexp_pretty | ||
13 | stdio | ||
14 | ppx_let)) | ||