(lang dune 3.11)
(name js_of_ocaml-lwt)
(sections (lib .) (libexec .) (doc ../../doc/js_of_ocaml-lwt))
(files
 (lib
  (META
   dune-package
   import.ml
   js_of_ocaml_lwt.a
   js_of_ocaml_lwt.cma
   js_of_ocaml_lwt.cmi
   js_of_ocaml_lwt.cmt
   js_of_ocaml_lwt.cmx
   js_of_ocaml_lwt.cmxa
   js_of_ocaml_lwt.ml
   js_of_ocaml_lwt__.cmi
   js_of_ocaml_lwt__.cmt
   js_of_ocaml_lwt__.cmx
   js_of_ocaml_lwt__.ml
   js_of_ocaml_lwt__Import.cmi
   js_of_ocaml_lwt__Import.cmt
   js_of_ocaml_lwt__Import.cmx
   js_of_ocaml_lwt__Lwt_file.cmi
   js_of_ocaml_lwt__Lwt_file.cmt
   js_of_ocaml_lwt__Lwt_file.cmti
   js_of_ocaml_lwt__Lwt_file.cmx
   js_of_ocaml_lwt__Lwt_js.cmi
   js_of_ocaml_lwt__Lwt_js.cmt
   js_of_ocaml_lwt__Lwt_js.cmti
   js_of_ocaml_lwt__Lwt_js.cmx
   js_of_ocaml_lwt__Lwt_js_events.cmi
   js_of_ocaml_lwt__Lwt_js_events.cmt
   js_of_ocaml_lwt__Lwt_js_events.cmti
   js_of_ocaml_lwt__Lwt_js_events.cmx
   js_of_ocaml_lwt__Lwt_jsonp.cmi
   js_of_ocaml_lwt__Lwt_jsonp.cmt
   js_of_ocaml_lwt__Lwt_jsonp.cmti
   js_of_ocaml_lwt__Lwt_jsonp.cmx
   js_of_ocaml_lwt__Lwt_xmlHttpRequest.cmi
   js_of_ocaml_lwt__Lwt_xmlHttpRequest.cmt
   js_of_ocaml_lwt__Lwt_xmlHttpRequest.cmti
   js_of_ocaml_lwt__Lwt_xmlHttpRequest.cmx
   logger/import.ml
   logger/lwt_log_js.a
   logger/lwt_log_js.cma
   logger/lwt_log_js.cmi
   logger/lwt_log_js.cmt
   logger/lwt_log_js.cmti
   logger/lwt_log_js.cmx
   logger/lwt_log_js.cmxa
   logger/lwt_log_js.ml
   logger/lwt_log_js.mli
   logger/lwt_log_js__.cmi
   logger/lwt_log_js__.cmt
   logger/lwt_log_js__.cmx
   logger/lwt_log_js__.ml
   logger/lwt_log_js__Import.cmi
   logger/lwt_log_js__Import.cmt
   logger/lwt_log_js__Import.cmx
   lwt_file.ml
   lwt_file.mli
   lwt_js.ml
   lwt_js.mli
   lwt_js_events.ml
   lwt_js_events.mli
   lwt_jsonp.ml
   lwt_jsonp.mli
   lwt_xmlHttpRequest.ml
   lwt_xmlHttpRequest.mli
   opam))
 (libexec (js_of_ocaml_lwt.cmxs logger/lwt_log_js.cmxs))
 (doc (CHANGES.md LICENSE README.md)))
(library
 (name js_of_ocaml-lwt)
 (kind normal)
 (archives (byte js_of_ocaml_lwt.cma) (native js_of_ocaml_lwt.cmxa))
 (plugins (byte js_of_ocaml_lwt.cma) (native js_of_ocaml_lwt.cmxs))
 (native_archives js_of_ocaml_lwt.a)
 (requires js_of_ocaml lwt)
 (main_module_name Js_of_ocaml_lwt)
 (modes byte native)
 (modules
  (wrapped
   (group
    (alias
     (obj_name js_of_ocaml_lwt__)
     (visibility public)
     (kind alias)
     (source (path Js_of_ocaml_lwt__) (impl (path js_of_ocaml_lwt__.ml-gen))))
    (name Js_of_ocaml_lwt)
    (modules
     (module
      (obj_name js_of_ocaml_lwt__Import)
      (visibility public)
      (source (path Import) (impl (path import.ml))))
     (module
      (obj_name js_of_ocaml_lwt)
      (visibility public)
      (source (path Js_of_ocaml_lwt) (impl (path js_of_ocaml_lwt.ml))))
     (module
      (obj_name js_of_ocaml_lwt__Lwt_file)
      (visibility public)
      (source
       (path Lwt_file)
       (intf (path lwt_file.mli))
       (impl (path lwt_file.ml))))
     (module
      (obj_name js_of_ocaml_lwt__Lwt_js)
      (visibility public)
      (source (path Lwt_js) (intf (path lwt_js.mli)) (impl (path lwt_js.ml))))
     (module
      (obj_name js_of_ocaml_lwt__Lwt_js_events)
      (visibility public)
      (source
       (path Lwt_js_events)
       (intf (path lwt_js_events.mli))
       (impl (path lwt_js_events.ml))))
     (module
      (obj_name js_of_ocaml_lwt__Lwt_jsonp)
      (visibility public)
      (source
       (path Lwt_jsonp)
       (intf (path lwt_jsonp.mli))
       (impl (path lwt_jsonp.ml))))
     (module
      (obj_name js_of_ocaml_lwt__Lwt_xmlHttpRequest)
      (visibility public)
      (source
       (path Lwt_xmlHttpRequest)
       (intf (path lwt_xmlHttpRequest.mli))
       (impl (path lwt_xmlHttpRequest.ml))))))
   (wrapped true))))
(library
 (name js_of_ocaml-lwt.logger)
 (kind normal)
 (synopsis "Lwt logger for js_of_ocaml.")
 (archives (byte logger/lwt_log_js.cma) (native logger/lwt_log_js.cmxa))
 (plugins (byte logger/lwt_log_js.cma) (native logger/lwt_log_js.cmxs))
 (native_archives logger/lwt_log_js.a)
 (requires js_of_ocaml lwt lwt_log.core)
 (main_module_name Lwt_log_js)
 (modes byte native)
 (modules
  (wrapped
   (group
    (alias
     (obj_name lwt_log_js__)
     (visibility public)
     (kind alias)
     (source (path Lwt_log_js__) (impl (path logger/lwt_log_js__.ml-gen))))
    (name Lwt_log_js)
    (modules
     (module
      (obj_name lwt_log_js__Import)
      (visibility public)
      (source (path Import) (impl (path logger/import.ml))))
     (module
      (obj_name lwt_log_js)
      (visibility public)
      (source
       (path Lwt_log_js)
       (intf (path logger/lwt_log_js.mli))
       (impl (path logger/lwt_log_js.ml))))))
   (wrapped true))))
