(lang dune 2.9)
(name cohttp-lwt)
(version 4.0.0)
(library
 (name cohttp-lwt)
 (kind normal)
 (synopsis "Lwt backend")
 (archives (byte cohttp_lwt.cma) (native cohttp_lwt.cmxa))
 (plugins (byte cohttp_lwt.cma) (native cohttp_lwt.cmxs))
 (native_archives cohttp_lwt.a)
 (requires lwt uri cohttp logs logs.lwt ppx_sexp_conv.runtime-lib)
 (main_module_name Cohttp_lwt)
 (modes byte native)
 (modules
  (wrapped
   (main_module_name Cohttp_lwt)
   (modules
    ((name Body)
     (obj_name cohttp_lwt__Body)
     (visibility public)
     (impl)
     (intf))
    ((name Client)
     (obj_name cohttp_lwt__Client)
     (visibility public)
     (impl)
     (intf))
    ((name Cohttp_lwt) (obj_name cohttp_lwt) (visibility public) (impl))
    ((name Make) (obj_name cohttp_lwt__Make) (visibility public) (impl))
    ((name S) (obj_name cohttp_lwt__S) (visibility public) (impl))
    ((name Server)
     (obj_name cohttp_lwt__Server)
     (visibility public)
     (impl)
     (intf))
    ((name String_io)
     (obj_name cohttp_lwt__String_io)
     (visibility public)
     (impl)
     (intf)))
   (alias_module
    (name Cohttp_lwt__)
    (obj_name cohttp_lwt__)
    (visibility public)
    (kind alias)
    (impl))
   (wrapped true))))
