(lang dune 3.20)
(name posix-stat)
(version 4.0.2)
(sections
 (lib /usr/lib/x86_64-linux-gnu/ocaml/5.4.0/posix-stat)
 (libexec /usr/lib/x86_64-linux-gnu/ocaml/5.4.0/posix-stat)
 (doc /usr/doc/posix-stat)
 (stublibs /usr/lib/x86_64-linux-gnu/ocaml/5.4.0/stublibs))
(files
 (lib
  (META
   constants/posix_stat_constants.a
   constants/posix_stat_constants.cma
   constants/posix_stat_constants.cmi
   constants/posix_stat_constants.cmt
   constants/posix_stat_constants.cmx
   constants/posix_stat_constants.cmxa
   constants/posix_stat_constants.ml
   dune-package
   libposix_stat_stubs.a
   opam
   posix_stat.a
   posix_stat.cma
   posix_stat.cmi
   posix_stat.cmt
   posix_stat.cmti
   posix_stat.cmx
   posix_stat.cmxa
   posix_stat.ml
   posix_stat.mli
   posix_stat__.cmi
   posix_stat__.cmt
   posix_stat__.cmx
   posix_stat__.ml
   posix_stat__Posix_stat_generated_stubs.cmi
   posix_stat__Posix_stat_generated_stubs.cmt
   posix_stat__Posix_stat_generated_stubs.cmx
   posix_stat_generated_stubs.ml
   stubs/posix_stat_generated_types.ml
   stubs/posix_stat_stubs.a
   stubs/posix_stat_stubs.cma
   stubs/posix_stat_stubs.cmi
   stubs/posix_stat_stubs.cmt
   stubs/posix_stat_stubs.cmx
   stubs/posix_stat_stubs.cmxa
   stubs/posix_stat_stubs.ml
   stubs/posix_stat_stubs__.cmi
   stubs/posix_stat_stubs__.cmt
   stubs/posix_stat_stubs__.cmx
   stubs/posix_stat_stubs__.ml
   stubs/posix_stat_stubs__Posix_stat_generated_types.cmi
   stubs/posix_stat_stubs__Posix_stat_generated_types.cmt
   stubs/posix_stat_stubs__Posix_stat_generated_types.cmx
   types/posix_stat_generated_constants.ml
   types/posix_stat_types.a
   types/posix_stat_types.cma
   types/posix_stat_types.cmi
   types/posix_stat_types.cmt
   types/posix_stat_types.cmti
   types/posix_stat_types.cmx
   types/posix_stat_types.cmxa
   types/posix_stat_types.ml
   types/posix_stat_types.mli
   types/posix_stat_types__.cmi
   types/posix_stat_types__.cmt
   types/posix_stat_types__.cmx
   types/posix_stat_types__.ml
   types/posix_stat_types__Posix_stat_generated_constants.cmi
   types/posix_stat_types__Posix_stat_generated_constants.cmt
   types/posix_stat_types__Posix_stat_generated_constants.cmx))
 (libexec
  (constants/posix_stat_constants.cmxs
   posix_stat.cmxs
   stubs/posix_stat_stubs.cmxs
   types/posix_stat_types.cmxs))
 (doc (CHANGES.md LICENSE README.md))
 (stublibs (dllposix_stat_stubs.so)))
(library
 (name posix-stat)
 (kind normal)
 (synopsis "posix-stat provides access to the features exposed in sys/stat.h")
 (archives (byte posix_stat.cma) (native posix_stat.cmxa))
 (plugins (byte posix_stat.cma) (native posix_stat.cmxs))
 (foreign_objects posix_stat_generated_stubs.o)
 (foreign_archives (archives (for all) (files libposix_stat_stubs.a)))
 (foreign_dll_files ../stublibs/dllposix_stat_stubs.so)
 (native_archives posix_stat.a)
 (requires
  ctypes
  posix-types
  posix-errno
  posix-time2
  posix-stat.types
  posix-stat.stubs)
 (main_module_name Posix_stat)
 (modes byte native)
 (modules
  (wrapped
   (group
    (alias
     (obj_name posix_stat__)
     (visibility public)
     (kind alias)
     (source (path Posix_stat__) (impl (path posix_stat__.ml-gen))))
    (name Posix_stat)
    (modules
     (module
      (obj_name posix_stat)
      (visibility public)
      (source
       (path Posix_stat)
       (intf (path posix_stat.mli))
       (impl (path posix_stat.ml))))
     (module
      (obj_name posix_stat__Posix_stat_generated_stubs)
      (visibility public)
      (source
       (path Posix_stat_generated_stubs)
       (impl (path posix_stat_generated_stubs.ml))))))
   (wrapped true))))
(library
 (name posix-stat.constants)
 (kind normal)
 (archives
  (byte constants/posix_stat_constants.cma)
  (native constants/posix_stat_constants.cmxa))
 (plugins
  (byte constants/posix_stat_constants.cma)
  (native constants/posix_stat_constants.cmxs))
 (native_archives constants/posix_stat_constants.a)
 (requires posix-base posix-types ctypes ctypes.stubs)
 (main_module_name Posix_stat_constants)
 (modes byte native)
 (modules
  (singleton
   (obj_name posix_stat_constants)
   (visibility public)
   (source
    (path Posix_stat_constants)
    (impl (path constants/posix_stat_constants.ml))))))
(library
 (name posix-stat.stubs)
 (kind normal)
 (archives
  (byte stubs/posix_stat_stubs.cma)
  (native stubs/posix_stat_stubs.cmxa))
 (plugins
  (byte stubs/posix_stat_stubs.cma)
  (native stubs/posix_stat_stubs.cmxs))
 (native_archives stubs/posix_stat_stubs.a)
 (requires posix-stat.types posix-types ctypes ctypes.stubs)
 (main_module_name Posix_stat_stubs)
 (modes byte native)
 (modules
  (wrapped
   (group
    (alias
     (obj_name posix_stat_stubs__)
     (visibility public)
     (kind alias)
     (source
      (path Posix_stat_stubs__)
      (impl (path stubs/posix_stat_stubs__.ml-gen))))
    (name Posix_stat_stubs)
    (modules
     (module
      (obj_name posix_stat_stubs__Posix_stat_generated_types)
      (visibility public)
      (source
       (path Posix_stat_generated_types)
       (impl (path stubs/posix_stat_generated_types.ml))))
     (module
      (obj_name posix_stat_stubs)
      (visibility public)
      (source (path Posix_stat_stubs) (impl (path stubs/posix_stat_stubs.ml))))))
   (wrapped true))))
(library
 (name posix-stat.types)
 (kind normal)
 (archives
  (byte types/posix_stat_types.cma)
  (native types/posix_stat_types.cmxa))
 (plugins
  (byte types/posix_stat_types.cma)
  (native types/posix_stat_types.cmxs))
 (native_archives types/posix_stat_types.a)
 (requires
  posix-stat.constants
  posix-base
  posix-types
  posix-time2.types
  ctypes
  ctypes.stubs)
 (main_module_name Posix_stat_types)
 (modes byte native)
 (modules
  (wrapped
   (group
    (alias
     (obj_name posix_stat_types__)
     (visibility public)
     (kind alias)
     (source
      (path Posix_stat_types__)
      (impl (path types/posix_stat_types__.ml-gen))))
    (name Posix_stat_types)
    (modules
     (module
      (obj_name posix_stat_types__Posix_stat_generated_constants)
      (visibility public)
      (source
       (path Posix_stat_generated_constants)
       (impl (path types/posix_stat_generated_constants.ml))))
     (module
      (obj_name posix_stat_types)
      (visibility public)
      (source
       (path Posix_stat_types)
       (intf (path types/posix_stat_types.mli))
       (impl (path types/posix_stat_types.ml))))))
   (wrapped true))))
