(lang dune 3.16)
(name iostream-camlzip)
(version 2fd7de8)
(sections
 (lib
  /var/tmp/portage/dev-ml/iostream-0.3/image/usr/lib64/ocaml/iostream-camlzip)
 (libexec
  /var/tmp/portage/dev-ml/iostream-0.3/image/usr/lib64/ocaml/iostream-camlzip)
 (doc /var/tmp/portage/dev-ml/iostream-0.3/image/usr/doc/iostream-camlzip))
(files
 (lib
  (META
   dune-package
   iostream_camlzip.a
   iostream_camlzip.cma
   iostream_camlzip.cmi
   iostream_camlzip.cmt
   iostream_camlzip.cmti
   iostream_camlzip.cmx
   iostream_camlzip.cmxa
   iostream_camlzip.ml
   iostream_camlzip.mli
   opam))
 (libexec (iostream_camlzip.cmxs))
 (doc (CHANGES.md README.md)))
(library
 (name iostream-camlzip)
 (kind normal)
 (synopsis "Streaming (de)compression using deflate")
 (archives (byte iostream_camlzip.cma) (native iostream_camlzip.cmxa))
 (plugins (byte iostream_camlzip.cma) (native iostream_camlzip.cmxs))
 (native_archives iostream_camlzip.a)
 (requires iostream camlzip)
 (main_module_name Iostream_camlzip)
 (modes byte native)
 (modules
  (singleton
   (obj_name iostream_camlzip)
   (visibility public)
   (source
    (path Iostream_camlzip)
    (intf (path iostream_camlzip.mli))
    (impl (path iostream_camlzip.ml))))))
