(lang dune 3.17)
(name tiny_httpd_camlzip)
(version 0.19)
(sections
 (lib /usr/lib/ocaml/tiny_httpd_camlzip)
 (doc /usr/doc/tiny_httpd_camlzip))
(files
 (lib
  (META
   Tiny_httpd_camlzip.ml
   Tiny_httpd_camlzip.mli
   dune-package
   opam
   tiny_httpd_camlzip.cma
   tiny_httpd_camlzip.cmi
   tiny_httpd_camlzip.cmt
   tiny_httpd_camlzip.cmti))
 (doc (CHANGES.md README.md)))
(library
 (name tiny_httpd_camlzip)
 (kind normal)
 (synopsis "A wrapper around camlzip to bring compression to Tiny_httpd")
 (archives (byte tiny_httpd_camlzip.cma))
 (plugins (byte tiny_httpd_camlzip.cma))
 (requires (re_export tiny_httpd.core) (re_export iostream-camlzip) camlzip)
 (main_module_name Tiny_httpd_camlzip)
 (modes byte)
 (modules
  (singleton
   (obj_name tiny_httpd_camlzip)
   (visibility public)
   (source
    (path Tiny_httpd_camlzip)
    (intf (path Tiny_httpd_camlzip.mli))
    (impl (path Tiny_httpd_camlzip.ml))))))
