(lang dune 3.11)
(name cohttp-top)
(sections (lib .) (libexec .) (doc ../../doc/cohttp-top))
(files
 (lib
  (META
   cohttp_top.a
   cohttp_top.cma
   cohttp_top.cmi
   cohttp_top.cmt
   cohttp_top.cmx
   cohttp_top.cmxa
   cohttp_top.ml
   dune-package
   opam))
 (libexec (cohttp_top.cmxs))
 (doc (CHANGES.md LICENSE.md README.md)))
(library
 (name cohttp-top)
 (kind normal)
 (archives (byte cohttp_top.cma) (native cohttp_top.cmxa))
 (plugins (byte cohttp_top.cma) (native cohttp_top.cmxs))
 (native_archives cohttp_top.a)
 (requires cohttp compiler-libs.toplevel)
 (main_module_name Cohttp_top)
 (modes byte native)
 (modules
  (singleton
   (obj_name cohttp_top)
   (visibility public)
   (source (path Cohttp_top) (impl (path cohttp_top.ml))))))
