(lang dune 3.20)
(name tar)
(version v2.6.0)
(sections
 (lib /usr/lib64/opamroot/ocaml-system/lib/tar)
 (libexec /usr/lib64/opamroot/ocaml-system/lib/tar)
 (doc /usr/lib64/opamroot/ocaml-system/doc/tar))
(files
 (lib
  (META
   dune-package
   gz/tar_gz.a
   gz/tar_gz.cma
   gz/tar_gz.cmi
   gz/tar_gz.cmt
   gz/tar_gz.cmti
   gz/tar_gz.cmx
   gz/tar_gz.cmxa
   gz/tar_gz.ml
   gz/tar_gz.mli
   opam
   tar.a
   tar.cma
   tar.cmi
   tar.cmt
   tar.cmti
   tar.cmx
   tar.cmxa
   tar.ml
   tar.mli
   tar_cstruct.cmi
   tar_cstruct.cmt
   tar_cstruct.cmti
   tar_cstruct.cmx
   tar_cstruct.ml
   tar_cstruct.mli))
 (libexec (gz/tar_gz.cmxs tar.cmxs))
 (doc (CHANGES.md LICENSE.md README.md)))
(library
 (name tar)
 (kind normal)
 (archives (byte tar.cma) (native tar.cmxa))
 (plugins (byte tar.cma) (native tar.cmxs))
 (native_archives tar.a)
 (requires cstruct camlp-streams)
 (modes byte native)
 (modules
  (unwrapped
   (module
    (obj_name tar)
    (visibility public)
    (source (path Tar) (intf (path tar.mli)) (impl (path tar.ml))))
   (module
    (obj_name tar_cstruct)
    (visibility public)
    (source
     (path Tar_cstruct)
     (intf (path tar_cstruct.mli))
     (impl (path tar_cstruct.ml)))))))
(library
 (name tar.gz)
 (kind normal)
 (archives (byte gz/tar_gz.cma) (native gz/tar_gz.cmxa))
 (plugins (byte gz/tar_gz.cma) (native gz/tar_gz.cmxs))
 (native_archives gz/tar_gz.a)
 (requires tar decompress.gz decompress.de)
 (modes byte native)
 (modules
  (singleton
   (obj_name tar_gz)
   (visibility public)
   (source
    (path Tar_gz)
    (intf (path gz/tar_gz.mli))
    (impl (path gz/tar_gz.ml))))))
