(lang dune 2.9)
(name cohttp-lwt-jsoo)
(version 4.0.0)
(library
 (name cohttp-lwt-jsoo)
 (kind normal)
 (synopsis "XHR/Lwt based http client")
 (archives (byte cohttp_lwt_jsoo.cma) (native cohttp_lwt_jsoo.cmxa))
 (plugins (byte cohttp_lwt_jsoo.cma) (native cohttp_lwt_jsoo.cmxs))
 (native_archives cohttp_lwt_jsoo.a)
 (requires js_of_ocaml cohttp-lwt)
 (main_module_name Cohttp_lwt_jsoo)
 (modes byte native)
 (modules
  (singleton
   (name Cohttp_lwt_jsoo)
   (obj_name cohttp_lwt_jsoo)
   (visibility public)
   (impl)
   (intf))))
