Skip to content

Commit 4a56c81

Browse files
committed
Misc: cleanup after revert
1 parent 2d17372 commit 4a56c81

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

META.js_of_ocaml.template

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@ package "graphics" (
2424
requires = "js_of_ocaml-lwt.graphics"
2525
)
2626

27-
package "log" (
28-
requires = "js_of_ocaml-lwt.logger"
29-
)
30-
3127
package "ocamlbuild" (
3228
requires = "js_of_ocaml-ocamlbuild"
3329
)

lib/lwt/log/jbuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
(public_name js_of_ocaml-lwt.logger)
55
(synopsis "Lwt logger for js_of_ocaml.")
66
(optional)
7-
(libraries (js_of_ocaml lwt lwt.log))
7+
(libraries (js_of_ocaml lwt lwt_log))
88
(preprocess (pps (js_of_ocaml-ppx)))))

0 commit comments

Comments
 (0)