diff options
author | Sébastien Dailly <sebastien@chimrod.com> | 2021-04-09 10:57:49 +0200 |
---|---|---|
committer | Sébastien Dailly <sebastien@dailly.me> | 2022-02-07 16:01:12 +0100 |
commit | b941c8c059012d6497553f564fe3cb5cd7b6f75c (patch) | |
tree | 44f2494a1d2ad280487ab338dfd54a0a52e213cf /lib/js_lib/dune | |
parent | 298ddbaaf440e7bfa3cec27956c482ea44bea173 (diff) |
Update build
Diffstat (limited to 'lib/js_lib/dune')
-rwxr-xr-x | lib/js_lib/dune | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/js_lib/dune b/lib/js_lib/dune new file mode 100755 index 0000000..131a4bf --- /dev/null +++ b/lib/js_lib/dune @@ -0,0 +1,9 @@ +(library + (name js_lib) + (libraries + brr + brr.note + js_of_ocaml + ) + (preprocess (pps js_of_ocaml-ppx)) +) |