(lang dune 3.22)
(name lzma)
(version 1.0.0)
(sections
 (lib /usr/lib64/ocaml/lzma)
 (libexec /usr/lib64/ocaml/lzma)
 (bin /usr/bin)
 (doc /usr/share/doc/lzma)
 (stublibs /usr/lib64/ocaml/stublibs))
(files
 (lib
  (META
   dune-package
   liblzma_stubs.a
   lzma.a
   lzma.cma
   lzma.cmi
   lzma.cmt
   lzma.cmx
   lzma.cmxa
   lzma.ml
   lzma__Types.cmi
   lzma__Types.cmt
   lzma__Types.cmti
   lzma__Types.cmx
   lzma__Xz.cmi
   lzma__Xz.cmt
   lzma__Xz.cmti
   lzma__Xz.cmx
   opam
   types.ml
   types.mli
   xz.ml
   xz.mli))
 (libexec (lzma.cmxs))
 (bin (oxz))
 (doc (README.md README.ru.md))
 (stublibs (dlllzma_stubs.so)))
(library
 (name lzma)
 (kind normal)
 (archives (byte lzma.cma) (native lzma.cmxa))
 (plugins (byte lzma.cma) (native lzma.cmxs))
 (foreign_objects lzma_stubs.o)
 (foreign_archives (archives (for all) (files liblzma_stubs.a)))
 (foreign_dll_files ../stublibs/dlllzma_stubs.so)
 (native_archives lzma.a)
 (main_module_name Lzma)
 (modes byte native)
 (modules
  (wrapped
   (group
    (alias
     (obj_name lzma)
     (visibility public)
     (kind alias)
     (source (path Lzma) (impl (path lzma.ml-gen))))
    (name Lzma)
    (modules
     (module
      (obj_name lzma__Types)
      (visibility public)
      (source (path Types) (intf (path types.mli)) (impl (path types.ml))))
     (module
      (obj_name lzma__Xz)
      (visibility public)
      (source (path Xz) (intf (path xz.mli)) (impl (path xz.ml))))))
   (wrapped true))))
