(lang dune 3.20)
(name posix-errno)
(version 4.0.2)
(sections
 (lib /usr/lib/x86_64-linux-gnu/ocaml/5.4.0/posix-errno)
 (libexec /usr/lib/x86_64-linux-gnu/ocaml/5.4.0/posix-errno)
 (doc /usr/doc/posix-errno)
 (stublibs /usr/lib/x86_64-linux-gnu/ocaml/5.4.0/stublibs))
(files
 (lib
  (META
   constants/posix_errno_constants.a
   constants/posix_errno_constants.cma
   constants/posix_errno_constants.cmi
   constants/posix_errno_constants.cmt
   constants/posix_errno_constants.cmx
   constants/posix_errno_constants.cmxa
   constants/posix_errno_constants.ml
   dune-package
   libposix_errno_stubs.a
   opam
   posix_errno.a
   posix_errno.cma
   posix_errno.cmi
   posix_errno.cmt
   posix_errno.cmti
   posix_errno.cmx
   posix_errno.cmxa
   posix_errno.ml
   posix_errno.mli
   posix_errno__.cmi
   posix_errno__.cmt
   posix_errno__.cmx
   posix_errno__.ml
   posix_errno__Posix_errno_conversions.cmi
   posix_errno__Posix_errno_conversions.cmt
   posix_errno__Posix_errno_conversions.cmx
   posix_errno__Posix_errno_generated_constants.cmi
   posix_errno__Posix_errno_generated_constants.cmt
   posix_errno__Posix_errno_generated_constants.cmx
   posix_errno__Posix_errno_generated_stubs.cmi
   posix_errno__Posix_errno_generated_stubs.cmt
   posix_errno__Posix_errno_generated_stubs.cmx
   posix_errno__Posix_errno_is_native_impl.cmi
   posix_errno__Posix_errno_is_native_impl.cmt
   posix_errno__Posix_errno_is_native_impl.cmx
   posix_errno__Posix_errno_type.cmi
   posix_errno__Posix_errno_type.cmt
   posix_errno__Posix_errno_type.cmx
   posix_errno_conversions.ml
   posix_errno_generated_constants.ml
   posix_errno_generated_stubs.ml
   posix_errno_is_native_impl.ml
   posix_errno_type.ml
   stubs/posix_errno_stubs.a
   stubs/posix_errno_stubs.cma
   stubs/posix_errno_stubs.cmi
   stubs/posix_errno_stubs.cmt
   stubs/posix_errno_stubs.cmx
   stubs/posix_errno_stubs.cmxa
   stubs/posix_errno_stubs.ml))
 (libexec
  (constants/posix_errno_constants.cmxs
   posix_errno.cmxs
   stubs/posix_errno_stubs.cmxs))
 (doc (CHANGES.md LICENSE README.md))
 (stublibs (dllposix_errno_stubs.so)))
(library
 (name posix-errno)
 (kind normal)
 (synopsis
  "posix-errno provides POSIX errno handling and Unix error conversion")
 (archives (byte posix_errno.cma) (native posix_errno.cmxa))
 (plugins (byte posix_errno.cma) (native posix_errno.cmxs))
 (foreign_objects posix_errno_generated_stubs.o)
 (foreign_archives (archives (for all) (files libposix_errno_stubs.a)))
 (foreign_dll_files ../stublibs/dllposix_errno_stubs.so)
 (native_archives posix_errno.a)
 (requires unix ctypes posix-errno.constants posix-errno.stubs)
 (main_module_name Posix_errno)
 (modes byte native)
 (modules
  (wrapped
   (group
    (alias
     (obj_name posix_errno__)
     (visibility public)
     (kind alias)
     (source (path Posix_errno__) (impl (path posix_errno__.ml-gen))))
    (name Posix_errno)
    (modules
     (module
      (obj_name posix_errno)
      (visibility public)
      (source
       (path Posix_errno)
       (intf (path posix_errno.mli))
       (impl (path posix_errno.ml))))
     (module
      (obj_name posix_errno__Posix_errno_conversions)
      (visibility public)
      (source
       (path Posix_errno_conversions)
       (impl (path posix_errno_conversions.ml))))
     (module
      (obj_name posix_errno__Posix_errno_generated_constants)
      (visibility public)
      (source
       (path Posix_errno_generated_constants)
       (impl (path posix_errno_generated_constants.ml))))
     (module
      (obj_name posix_errno__Posix_errno_generated_stubs)
      (visibility public)
      (source
       (path Posix_errno_generated_stubs)
       (impl (path posix_errno_generated_stubs.ml))))
     (module
      (obj_name posix_errno__Posix_errno_is_native_impl)
      (visibility public)
      (source
       (path Posix_errno_is_native_impl)
       (impl (path posix_errno_is_native_impl.ml))))
     (module
      (obj_name posix_errno__Posix_errno_type)
      (visibility public)
      (source (path Posix_errno_type) (impl (path posix_errno_type.ml))))))
   (wrapped true))))
(library
 (name posix-errno.constants)
 (kind normal)
 (archives
  (byte constants/posix_errno_constants.cma)
  (native constants/posix_errno_constants.cmxa))
 (plugins
  (byte constants/posix_errno_constants.cma)
  (native constants/posix_errno_constants.cmxs))
 (native_archives constants/posix_errno_constants.a)
 (requires posix-base ctypes ctypes.stubs)
 (main_module_name Posix_errno_constants)
 (modes byte native)
 (modules
  (singleton
   (obj_name posix_errno_constants)
   (visibility public)
   (source
    (path Posix_errno_constants)
    (impl (path constants/posix_errno_constants.ml))))))
(library
 (name posix-errno.stubs)
 (kind normal)
 (archives
  (byte stubs/posix_errno_stubs.cma)
  (native stubs/posix_errno_stubs.cmxa))
 (plugins
  (byte stubs/posix_errno_stubs.cma)
  (native stubs/posix_errno_stubs.cmxs))
 (native_archives stubs/posix_errno_stubs.a)
 (requires ctypes ctypes.stubs)
 (main_module_name Posix_errno_stubs)
 (modes byte native)
 (modules
  (singleton
   (obj_name posix_errno_stubs)
   (visibility public)
   (source (path Posix_errno_stubs) (impl (path stubs/posix_errno_stubs.ml))))))
