(lang dune 3.11)
(name cohttp-lwt-jsoo)
(sections (lib .) (libexec .) (doc ../../doc/cohttp-lwt-jsoo))
(files
 (lib
  (META
   cohttp_lwt_jsoo.a
   cohttp_lwt_jsoo.cma
   cohttp_lwt_jsoo.cmi
   cohttp_lwt_jsoo.cmt
   cohttp_lwt_jsoo.cmti
   cohttp_lwt_jsoo.cmx
   cohttp_lwt_jsoo.cmxa
   cohttp_lwt_jsoo.ml
   cohttp_lwt_jsoo.mli
   dune-package
   opam))
 (libexec (cohttp_lwt_jsoo.cmxs))
 (doc (CHANGES.md LICENSE.md README.md)))
(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 logs)
 (main_module_name Cohttp_lwt_jsoo)
 (modes byte native)
 (modules
  (singleton
   (obj_name cohttp_lwt_jsoo)
   (visibility public)
   (source
    (path Cohttp_lwt_jsoo)
    (intf (path cohttp_lwt_jsoo.mli))
    (impl (path cohttp_lwt_jsoo.ml))))))
