We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f5567c commit 87c91c1Copy full SHA for 87c91c1
toplevel/lib/lwt/dune
@@ -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