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.
2 parents 840f4b9 + 874637e commit 23f70beCopy full SHA for 23f70be
js_of_ocaml-lwt.opam
@@ -17,6 +17,6 @@ depends: [
17
"js_of_ocaml-ppx"
18
]
19
20
-depopts: [ "graphics" ]
+depopts: [ "graphics" "lwt_log" ]
21
22
available: [ ocaml-version >= "4.02.0" ]
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.core))
8
(preprocess (pps (js_of_ocaml-ppx)))))
0 commit comments