diff options
Diffstat (limited to 'script.it/dune')
-rwxr-xr-x | script.it/dune | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/script.it/dune b/script.it/dune index c51c43b..bb5ca5f 100755 --- a/script.it/dune +++ b/script.it/dune @@ -1,3 +1,11 @@ +(library + (name outline) + (libraries + path) + (modules outline) + (preprocess (pps ppx_hash js_of_ocaml-ppx)) + ) + (executable (name script) (libraries @@ -8,6 +16,7 @@ blog layer worker_messages + outline ) (modes js) (modules script state selection) @@ -29,6 +38,7 @@ shapes path worker_messages + outline ) (modes js) (preprocess (pps ppx_hash js_of_ocaml-ppx)) |