(lang dune 3.20)
(name unix-errno)
(sections
 (lib /usr/lib/aarch64-linux-gnu/ocaml/5.4.0/unix-errno)
 (libexec /usr/lib/aarch64-linux-gnu/ocaml/5.4.0/unix-errno)
 (bin /usr/bin)
 (doc /usr/doc/unix-errno)
 (stublibs /usr/lib/aarch64-linux-gnu/ocaml/5.4.0/stublibs))
(files
 (lib
  (META
   dune-package
   errno.a
   errno.cma
   errno.cmi
   errno.cmt
   errno.cmti
   errno.cmx
   errno.cmxa
   errno.ml
   errno.mli
   errno_bindings/errno_bindings.a
   errno_bindings/errno_bindings.cma
   errno_bindings/errno_bindings.cmxa
   errno_bindings/unix_errno_bindings.cmi
   errno_bindings/unix_errno_bindings.cmt
   errno_bindings/unix_errno_bindings.cmx
   errno_bindings/unix_errno_bindings.ml
   errno_types/errno_types.a
   errno_types/errno_types.cma
   errno_types/errno_types.cmxa
   errno_types/unix_errno_generated.cmi
   errno_types/unix_errno_generated.cmt
   errno_types/unix_errno_generated.cmx
   errno_types/unix_errno_generated.ml
   errno_types/unix_errno_types.cmi
   errno_types/unix_errno_types.cmt
   errno_types/unix_errno_types.cmx
   errno_types/unix_errno_types.ml
   errno_types_detected/errno_types_detected.a
   errno_types_detected/errno_types_detected.cma
   errno_types_detected/errno_types_detected.cmxa
   errno_types_detected/unix_errno_types_detected.cmi
   errno_types_detected/unix_errno_types_detected.cmt
   errno_types_detected/unix_errno_types_detected.cmx
   errno_types_detected/unix_errno_types_detected.ml
   host/errno_host.a
   host/errno_host.cma
   host/errno_host.cmi
   host/errno_host.cmt
   host/errno_host.cmti
   host/errno_host.cmx
   host/errno_host.cmxa
   host/errno_host.ml
   host/errno_host.mli
   host/errno_map_linux_4_4_6.cmi
   host/errno_map_linux_4_4_6.cmt
   host/errno_map_linux_4_4_6.cmx
   host/errno_map_linux_4_4_6.ml
   host/errno_map_osx_10_11_4.cmi
   host/errno_map_osx_10_11_4.cmt
   host/errno_map_osx_10_11_4.cmx
   host/errno_map_osx_10_11_4.ml
   opam
   unix/errno_unix.cmi
   unix/errno_unix.cmt
   unix/errno_unix.cmti
   unix/errno_unix.cmx
   unix/errno_unix.ml
   unix/errno_unix.mli
   unix/libunix_errno_stubs.a
   unix/unix_errno.a
   unix/unix_errno.cma
   unix/unix_errno.cmxa))
 (libexec
  (errno.cmxs
   errno_bindings/errno_bindings.cmxs
   errno_types/errno_types.cmxs
   errno_types_detected/errno_types_detected.cmxs
   host/errno_host.cmxs
   unix/unix_errno.cmxs))
 (bin (errno-map))
 (doc (CHANGES LICENSE README.md))
 (stublibs (dllunix_errno_stubs.so)))
(library
 (name unix-errno)
 (kind normal)
 (archives (byte errno.cma) (native errno.cmxa))
 (plugins (byte errno.cma) (native errno.cmxs))
 (native_archives errno.a)
 (requires integers result)
 (modes byte native)
 (modules
  (singleton
   (obj_name errno)
   (visibility public)
   (source (path Errno) (intf (path errno.mli)) (impl (path errno.ml))))))
(library
 (name unix-errno.errno_bindings)
 (kind normal)
 (archives
  (byte errno_bindings/errno_bindings.cma)
  (native errno_bindings/errno_bindings.cmxa))
 (plugins
  (byte errno_bindings/errno_bindings.cma)
  (native errno_bindings/errno_bindings.cmxs))
 (native_archives errno_bindings/errno_bindings.a)
 (requires ctypes ctypes.stubs)
 (modes byte native)
 (modules
  (singleton
   (obj_name unix_errno_bindings)
   (visibility public)
   (source
    (path Unix_errno_bindings)
    (impl (path errno_bindings/unix_errno_bindings.ml))))))
(library
 (name unix-errno.errno_types)
 (kind normal)
 (archives
  (byte errno_types/errno_types.cma)
  (native errno_types/errno_types.cmxa))
 (plugins
  (byte errno_types/errno_types.cma)
  (native errno_types/errno_types.cmxs))
 (native_archives errno_types/errno_types.a)
 (requires ctypes ctypes.stubs integers)
 (modes byte native)
 (modules
  (unwrapped
   (module
    (obj_name unix_errno_generated)
    (visibility public)
    (source
     (path Unix_errno_generated)
     (impl (path errno_types/unix_errno_generated.ml))))
   (module
    (obj_name unix_errno_types)
    (visibility public)
    (source
     (path Unix_errno_types)
     (impl (path errno_types/unix_errno_types.ml)))))))
(library
 (name unix-errno.errno_types_detected)
 (kind normal)
 (archives
  (byte errno_types_detected/errno_types_detected.cma)
  (native errno_types_detected/errno_types_detected.cmxa))
 (plugins
  (byte errno_types_detected/errno_types_detected.cma)
  (native errno_types_detected/errno_types_detected.cmxs))
 (native_archives errno_types_detected/errno_types_detected.a)
 (requires ctypes integers)
 (modes byte native)
 (modules
  (singleton
   (obj_name unix_errno_types_detected)
   (visibility public)
   (source
    (path Unix_errno_types_detected)
    (impl (path errno_types_detected/unix_errno_types_detected.ml))))))
(library
 (name unix-errno.host)
 (kind normal)
 (archives (byte host/errno_host.cma) (native host/errno_host.cmxa))
 (plugins (byte host/errno_host.cma) (native host/errno_host.cmxs))
 (native_archives host/errno_host.a)
 (requires unix-errno integers result)
 (modes byte native)
 (modules
  (unwrapped
   (module
    (obj_name errno_host)
    (visibility public)
    (source
     (path Errno_host)
     (intf (path host/errno_host.mli))
     (impl (path host/errno_host.ml))))
   (module
    (obj_name errno_map_linux_4_4_6)
    (visibility public)
    (source
     (path Errno_map_linux_4_4_6)
     (impl (path host/errno_map_linux_4_4_6.ml))))
   (module
    (obj_name errno_map_osx_10_11_4)
    (visibility public)
    (source
     (path Errno_map_osx_10_11_4)
     (impl (path host/errno_map_osx_10_11_4.ml)))))))
(library
 (name unix-errno.unix)
 (kind normal)
 (archives (byte unix/unix_errno.cma) (native unix/unix_errno.cmxa))
 (plugins (byte unix/unix_errno.cma) (native unix/unix_errno.cmxs))
 (foreign_objects unix/unix_errno_stubs.o unix/unix_errno_util.o)
 (foreign_archives (archives (for all) (files unix/libunix_errno_stubs.a)))
 (foreign_dll_files ../stublibs/dllunix_errno_stubs.so)
 (native_archives unix/unix_errno.a)
 (requires
  ctypes
  ctypes.stubs
  unix-errno
  integers
  unix
  unix-errno.errno_bindings
  unix-errno.errno_types
  unix-errno.errno_types_detected)
 (modes byte native)
 (modules
  (singleton
   (obj_name errno_unix)
   (visibility public)
   (source
    (path Errno_unix)
    (intf (path unix/errno_unix.mli))
    (impl (path unix/errno_unix.ml))))))
