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 2d17372 commit 4a56c81Copy full SHA for 4a56c81
META.js_of_ocaml.template
@@ -24,10 +24,6 @@ package "graphics" (
24
requires = "js_of_ocaml-lwt.graphics"
25
)
26
27
-package "log" (
28
- requires = "js_of_ocaml-lwt.logger"
29
-)
30
-
31
package "ocamlbuild" (
32
requires = "js_of_ocaml-ocamlbuild"
33
lib/lwt/log/jbuild
@@ -4,5 +4,5 @@
4
(public_name js_of_ocaml-lwt.logger)
5
(synopsis "Lwt logger for js_of_ocaml.")
6
(optional)
7
- (libraries (js_of_ocaml lwt lwt.log))
+ (libraries (js_of_ocaml lwt lwt_log))
8
(preprocess (pps (js_of_ocaml-ppx)))))
0 commit comments