Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions META.js_of_ocaml.template
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ package "graphics" (
requires = "js_of_ocaml-lwt.graphics"
)

package "log" (
requires = "js_of_ocaml-lwt.logger"
)

package "ocamlbuild" (
requires = "js_of_ocaml-ocamlbuild"
)
Expand Down
4 changes: 2 additions & 2 deletions doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ MLIS+=$(wildcard ${SRC_DIR}ocamlbuild/*.mli)
OTHER+=-I ${CMI_DIR}lib -package ocamlbuild -I ${CMI_DIR}ocamlbuild -I ../_build/install/default/lib/js_of_ocaml -I ../_build/install/default/lib/js_of_ocaml/deriving -I ../_build/install/default/lib/js_of_ocaml-tyxml

ifeq "${WITH_LWT}" "YES"
OTHER += -package lwt -I ${CMI_DIR}lib/lwt -I ${CMI_DIR}lib/lwt/log
MLIS+=$(wildcard ${SRC_DIR}lib/lwt/*.mli) $(wildcard ${SRC_DIR}lib/lwt/log/*.mli)
OTHER += -package lwt -I ${CMI_DIR}lib/lwt
MLIS+=$(wildcard ${SRC_DIR}lib/lwt/*.mli)
ifeq "${WITH_GRAPHICS}" "YES"
OTHER+=-package graphics -I ${CMI_DIR}lib/lwt/graphics
MLIS+=$(wildcard ${SRC_DIR}lib/lwt/graphics/*.mli)
Expand Down
6 changes: 0 additions & 6 deletions doc/api/index
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,6 @@ Lwt_js_events
Lwt_js
}

{2 Lwt logger - API Reference}

{!modules:
Lwt_log_js
}

{2 Graphics - API Reference}

{!modules:
Expand Down
8 changes: 0 additions & 8 deletions lib/lwt/log/jbuild

This file was deleted.

99 changes: 0 additions & 99 deletions lib/lwt/log/lwt_log_js.ml

This file was deleted.

98 changes: 0 additions & 98 deletions lib/lwt/log/lwt_log_js.mli

This file was deleted.