From 4f262d6540281487f79870aff589ca92f5d2f6c6 Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Wed, 16 Dec 2020 14:39:42 +0100 Subject: Initial commit --- dune | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100755 dune (limited to 'dune') diff --git a/dune b/dune new file mode 100755 index 0000000..36edb56 --- /dev/null +++ b/dune @@ -0,0 +1,25 @@ +(executables + (names script) + (libraries + js_of_ocaml + brr + brr.note + vg + vg.htmlc + messages + messages_json + worker + draw + curves + tools + events + ) + (modes js) + (preprocess (pps js_of_ocaml-ppx)) + (link_flags (:standard -no-check-prims)) + ) + +(rule + (targets script.js) + (deps script.bc.js) + (action (run cp %{deps} %{targets}))) -- cgit v1.2.3