(lang dune 3.20)
(name posix-resource)
(version 4.0.2)
(sections
 (lib /usr/lib/aarch64-linux-gnu/ocaml/5.4.0/posix-resource)
 (libexec /usr/lib/aarch64-linux-gnu/ocaml/5.4.0/posix-resource)
 (doc /usr/doc/posix-resource)
 (stublibs /usr/lib/aarch64-linux-gnu/ocaml/5.4.0/stublibs))
(files
 (lib
  (META
   constants/posix_resource_constants.a
   constants/posix_resource_constants.cma
   constants/posix_resource_constants.cmi
   constants/posix_resource_constants.cmt
   constants/posix_resource_constants.cmx
   constants/posix_resource_constants.cmxa
   constants/posix_resource_constants.ml
   dune-package
   libposix_resource_stubs.a
   opam
   posix_resource.a
   posix_resource.cma
   posix_resource.cmi
   posix_resource.cmt
   posix_resource.cmti
   posix_resource.cmx
   posix_resource.cmxa
   posix_resource.ml
   posix_resource.mli
   posix_resource__.cmi
   posix_resource__.cmt
   posix_resource__.cmx
   posix_resource__.ml
   posix_resource__Posix_resource_generated_stubs.cmi
   posix_resource__Posix_resource_generated_stubs.cmt
   posix_resource__Posix_resource_generated_stubs.cmx
   posix_resource_generated_stubs.ml
   stubs/posix_resource_generated_types.ml
   stubs/posix_resource_stubs.a
   stubs/posix_resource_stubs.cma
   stubs/posix_resource_stubs.cmi
   stubs/posix_resource_stubs.cmt
   stubs/posix_resource_stubs.cmx
   stubs/posix_resource_stubs.cmxa
   stubs/posix_resource_stubs.ml
   stubs/posix_resource_stubs__.cmi
   stubs/posix_resource_stubs__.cmt
   stubs/posix_resource_stubs__.cmx
   stubs/posix_resource_stubs__.ml
   stubs/posix_resource_stubs__Posix_resource_generated_types.cmi
   stubs/posix_resource_stubs__Posix_resource_generated_types.cmt
   stubs/posix_resource_stubs__Posix_resource_generated_types.cmx
   types/posix_resource_generated_constants.ml
   types/posix_resource_types.a
   types/posix_resource_types.cma
   types/posix_resource_types.cmi
   types/posix_resource_types.cmt
   types/posix_resource_types.cmti
   types/posix_resource_types.cmx
   types/posix_resource_types.cmxa
   types/posix_resource_types.ml
   types/posix_resource_types.mli
   types/posix_resource_types__.cmi
   types/posix_resource_types__.cmt
   types/posix_resource_types__.cmx
   types/posix_resource_types__.ml
   types/posix_resource_types__Posix_resource_generated_constants.cmi
   types/posix_resource_types__Posix_resource_generated_constants.cmt
   types/posix_resource_types__Posix_resource_generated_constants.cmx))
 (libexec
  (constants/posix_resource_constants.cmxs
   posix_resource.cmxs
   stubs/posix_resource_stubs.cmxs
   types/posix_resource_types.cmxs))
 (doc (CHANGES.md LICENSE README.md))
 (stublibs (dllposix_resource_stubs.so)))
(library
 (name posix-resource)
 (kind normal)
 (synopsis
  "posix-resource provides access to the features exposed in sys/resource.h")
 (archives (byte posix_resource.cma) (native posix_resource.cmxa))
 (plugins (byte posix_resource.cma) (native posix_resource.cmxs))
 (foreign_objects posix_resource_generated_stubs.o)
 (foreign_archives (archives (for all) (files libposix_resource_stubs.a)))
 (foreign_dll_files ../stublibs/dllposix_resource_stubs.so)
 (native_archives posix_resource.a)
 (requires
  ctypes
  posix-errno
  posix-types
  posix-time2
  posix-resource.types
  posix-resource.stubs)
 (main_module_name Posix_resource)
 (modes byte native)
 (modules
  (wrapped
   (group
    (alias
     (obj_name posix_resource__)
     (visibility public)
     (kind alias)
     (source (path Posix_resource__) (impl (path posix_resource__.ml-gen))))
    (name Posix_resource)
    (modules
     (module
      (obj_name posix_resource)
      (visibility public)
      (source
       (path Posix_resource)
       (intf (path posix_resource.mli))
       (impl (path posix_resource.ml))))
     (module
      (obj_name posix_resource__Posix_resource_generated_stubs)
      (visibility public)
      (source
       (path Posix_resource_generated_stubs)
       (impl (path posix_resource_generated_stubs.ml))))))
   (wrapped true))))
(library
 (name posix-resource.constants)
 (kind normal)
 (archives
  (byte constants/posix_resource_constants.cma)
  (native constants/posix_resource_constants.cmxa))
 (plugins
  (byte constants/posix_resource_constants.cma)
  (native constants/posix_resource_constants.cmxs))
 (native_archives constants/posix_resource_constants.a)
 (requires posix-base ctypes ctypes.stubs)
 (main_module_name Posix_resource_constants)
 (modes byte native)
 (modules
  (singleton
   (obj_name posix_resource_constants)
   (visibility public)
   (source
    (path Posix_resource_constants)
    (impl (path constants/posix_resource_constants.ml))))))
(library
 (name posix-resource.stubs)
 (kind normal)
 (archives
  (byte stubs/posix_resource_stubs.cma)
  (native stubs/posix_resource_stubs.cmxa))
 (plugins
  (byte stubs/posix_resource_stubs.cma)
  (native stubs/posix_resource_stubs.cmxs))
 (native_archives stubs/posix_resource_stubs.a)
 (requires posix-resource.types ctypes ctypes.stubs)
 (main_module_name Posix_resource_stubs)
 (modes byte native)
 (modules
  (wrapped
   (group
    (alias
     (obj_name posix_resource_stubs__)
     (visibility public)
     (kind alias)
     (source
      (path Posix_resource_stubs__)
      (impl (path stubs/posix_resource_stubs__.ml-gen))))
    (name Posix_resource_stubs)
    (modules
     (module
      (obj_name posix_resource_stubs__Posix_resource_generated_types)
      (visibility public)
      (source
       (path Posix_resource_generated_types)
       (impl (path stubs/posix_resource_generated_types.ml))))
     (module
      (obj_name posix_resource_stubs)
      (visibility public)
      (source
       (path Posix_resource_stubs)
       (impl (path stubs/posix_resource_stubs.ml))))))
   (wrapped true))))
(library
 (name posix-resource.types)
 (kind normal)
 (archives
  (byte types/posix_resource_types.cma)
  (native types/posix_resource_types.cmxa))
 (plugins
  (byte types/posix_resource_types.cma)
  (native types/posix_resource_types.cmxs))
 (native_archives types/posix_resource_types.a)
 (requires
  posix-resource.constants
  posix-base
  posix-time2.types
  ctypes
  ctypes.stubs)
 (main_module_name Posix_resource_types)
 (modes byte native)
 (modules
  (wrapped
   (group
    (alias
     (obj_name posix_resource_types__)
     (visibility public)
     (kind alias)
     (source
      (path Posix_resource_types__)
      (impl (path types/posix_resource_types__.ml-gen))))
    (name Posix_resource_types)
    (modules
     (module
      (obj_name posix_resource_types__Posix_resource_generated_constants)
      (visibility public)
      (source
       (path Posix_resource_generated_constants)
       (impl (path types/posix_resource_generated_constants.ml))))
     (module
      (obj_name posix_resource_types)
      (visibility public)
      (source
       (path Posix_resource_types)
       (intf (path types/posix_resource_types.mli))
       (impl (path types/posix_resource_types.ml))))))
   (wrapped true))))
