Skip to content

Commit 87c91c1

Browse files
committed
missing dune file
1 parent 0f5567c commit 87c91c1

File tree

1 file changed

+8
-0
lines changed
  • toplevel/lib/lwt

1 file changed

+8
-0
lines changed

toplevel/lib/lwt/dune

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
(library
2+
(name js_of_ocaml_toplevel_lwt)
3+
(public_name js_of_ocaml-toplevel.lwt)
4+
(synopsis "Js_of_ocaml toplevel library")
5+
(libraries lwt
6+
js_of_ocaml-compiler js_of_ocaml bytes js_of_ocaml-toplevel
7+
compiler-libs.bytecomp compiler-libs.toplevel)
8+
(preprocess (pps js_of_ocaml-ppx)))

0 commit comments

Comments
 (0)