(lang dune 1.8)
(name js_of_ocaml-lwt)
(version dev)
(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))
 (foreign_archives (native js_of_ocaml_lwt.a))
 (requires js_of_ocaml js_of_ocaml lwt)
 (modes byte native)
 (modules
  (modules
   ((name Js_of_ocaml_lwt)
    (obj_name js_of_ocaml_lwt)
    (visibility public)
    (impl))
   ((name Lwt_file) (obj_name lwt_file) (visibility public) (impl) (intf))
   ((name Lwt_js) (obj_name lwt_js) (visibility public) (impl) (intf))
   ((name Lwt_js_events)
    (obj_name lwt_js_events)
    (visibility public)
    (impl)
    (intf))
   ((name Lwt_jsonp) (obj_name lwt_jsonp) (visibility public) (impl) (intf))
   ((name Lwt_xmlHttpRequest)
    (obj_name lwt_xmlHttpRequest)
    (visibility public)
    (impl)
    (intf)))
  (wrapped false)))
(library
 (name js_of_ocaml-lwt.graphics)
 (kind normal)
 (synopsis "Graphics for js_of_ocaml.")
 (archives (byte graphics/graphics_js.cma) (native graphics/graphics_js.cmxa))
 (plugins (byte graphics/graphics_js.cma) (native graphics/graphics_js.cmxs))
 (foreign_archives (native graphics/graphics_js.a))
 (requires js_of_ocaml js_of_ocaml js_of_ocaml-lwt lwt graphics)
 (main_module_name Graphics_js)
 (modes byte native)
 (modules
  (main_module_name Graphics_js)
  (modules
   ((name Graphics_js)
    (obj_name graphics_js)
    (visibility public)
    (impl)
    (intf)))
  (wrapped true)))
