From 87c91c1e962720dc24b817f9c42053a4c7923649 Mon Sep 17 00:00:00 2001 From: Hugo Heuzard Date: Sun, 14 Jul 2019 13:49:41 +0800 Subject: [PATCH] missing dune file --- toplevel/lib/lwt/dune | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 toplevel/lib/lwt/dune diff --git a/toplevel/lib/lwt/dune b/toplevel/lib/lwt/dune new file mode 100644 index 0000000000..1cc4a589ed --- /dev/null +++ b/toplevel/lib/lwt/dune @@ -0,0 +1,8 @@ +(library + (name js_of_ocaml_toplevel_lwt) + (public_name js_of_ocaml-toplevel.lwt) + (synopsis "Js_of_ocaml toplevel library") + (libraries lwt + js_of_ocaml-compiler js_of_ocaml bytes js_of_ocaml-toplevel + compiler-libs.bytecomp compiler-libs.toplevel) + (preprocess (pps js_of_ocaml-ppx)))