(lang dune 3.20)
(name posix-getopt)
(version 4.0.2)
(sections
 (lib /usr/lib/x86_64-linux-gnu/ocaml/5.4.0/posix-getopt)
 (libexec /usr/lib/x86_64-linux-gnu/ocaml/5.4.0/posix-getopt)
 (doc /usr/doc/posix-getopt)
 (stublibs /usr/lib/x86_64-linux-gnu/ocaml/5.4.0/stublibs))
(files
 (lib
  (META
   dune-package
   libposix_getopt_stubs.a
   opam
   posix_getopt.a
   posix_getopt.cma
   posix_getopt.cmi
   posix_getopt.cmt
   posix_getopt.cmti
   posix_getopt.cmx
   posix_getopt.cmxa
   posix_getopt.ml
   posix_getopt.mli
   posix_getopt__.cmi
   posix_getopt__.cmt
   posix_getopt__.cmx
   posix_getopt__.ml
   posix_getopt__Posix_getopt_generated_stubs.cmi
   posix_getopt__Posix_getopt_generated_stubs.cmt
   posix_getopt__Posix_getopt_generated_stubs.cmx
   posix_getopt_generated_stubs.ml
   stubs/posix_getopt_generated_types.ml
   stubs/posix_getopt_stubs.a
   stubs/posix_getopt_stubs.cma
   stubs/posix_getopt_stubs.cmi
   stubs/posix_getopt_stubs.cmt
   stubs/posix_getopt_stubs.cmx
   stubs/posix_getopt_stubs.cmxa
   stubs/posix_getopt_stubs.ml
   stubs/posix_getopt_stubs__.cmi
   stubs/posix_getopt_stubs__.cmt
   stubs/posix_getopt_stubs__.cmx
   stubs/posix_getopt_stubs__.ml
   stubs/posix_getopt_stubs__Posix_getopt_generated_types.cmi
   stubs/posix_getopt_stubs__Posix_getopt_generated_types.cmt
   stubs/posix_getopt_stubs__Posix_getopt_generated_types.cmx
   types/posix_getopt_types.a
   types/posix_getopt_types.cma
   types/posix_getopt_types.cmi
   types/posix_getopt_types.cmt
   types/posix_getopt_types.cmti
   types/posix_getopt_types.cmx
   types/posix_getopt_types.cmxa
   types/posix_getopt_types.ml
   types/posix_getopt_types.mli))
 (libexec
  (posix_getopt.cmxs
   stubs/posix_getopt_stubs.cmxs
   types/posix_getopt_types.cmxs))
 (doc (CHANGES.md LICENSE README.md))
 (stublibs (dllposix_getopt_stubs.so)))
(library
 (name posix-getopt)
 (kind normal)
 (synopsis "posix-getopt provides access to the features exposed in unistd.h")
 (archives (byte posix_getopt.cma) (native posix_getopt.cmxa))
 (plugins (byte posix_getopt.cma) (native posix_getopt.cmxs))
 (foreign_objects posix_getopt_generated_stubs.o)
 (foreign_archives (archives (for all) (files libposix_getopt_stubs.a)))
 (foreign_dll_files ../stublibs/dllposix_getopt_stubs.so)
 (native_archives posix_getopt.a)
 (requires ctypes posix-errno posix-getopt.stubs)
 (main_module_name Posix_getopt)
 (modes byte native)
 (modules
  (wrapped
   (group
    (alias
     (obj_name posix_getopt__)
     (visibility public)
     (kind alias)
     (source (path Posix_getopt__) (impl (path posix_getopt__.ml-gen))))
    (name Posix_getopt)
    (modules
     (module
      (obj_name posix_getopt)
      (visibility public)
      (source
       (path Posix_getopt)
       (intf (path posix_getopt.mli))
       (impl (path posix_getopt.ml))))
     (module
      (obj_name posix_getopt__Posix_getopt_generated_stubs)
      (visibility public)
      (source
       (path Posix_getopt_generated_stubs)
       (impl (path posix_getopt_generated_stubs.ml))))))
   (wrapped true))))
(library
 (name posix-getopt.stubs)
 (kind normal)
 (archives
  (byte stubs/posix_getopt_stubs.cma)
  (native stubs/posix_getopt_stubs.cmxa))
 (plugins
  (byte stubs/posix_getopt_stubs.cma)
  (native stubs/posix_getopt_stubs.cmxs))
 (native_archives stubs/posix_getopt_stubs.a)
 (requires posix-getopt.types ctypes ctypes.stubs)
 (main_module_name Posix_getopt_stubs)
 (modes byte native)
 (modules
  (wrapped
   (group
    (alias
     (obj_name posix_getopt_stubs__)
     (visibility public)
     (kind alias)
     (source
      (path Posix_getopt_stubs__)
      (impl (path stubs/posix_getopt_stubs__.ml-gen))))
    (name Posix_getopt_stubs)
    (modules
     (module
      (obj_name posix_getopt_stubs__Posix_getopt_generated_types)
      (visibility public)
      (source
       (path Posix_getopt_generated_types)
       (impl (path stubs/posix_getopt_generated_types.ml))))
     (module
      (obj_name posix_getopt_stubs)
      (visibility public)
      (source
       (path Posix_getopt_stubs)
       (impl (path stubs/posix_getopt_stubs.ml))))))
   (wrapped true))))
(library
 (name posix-getopt.types)
 (kind normal)
 (archives
  (byte types/posix_getopt_types.cma)
  (native types/posix_getopt_types.cmxa))
 (plugins
  (byte types/posix_getopt_types.cma)
  (native types/posix_getopt_types.cmxs))
 (native_archives types/posix_getopt_types.a)
 (requires posix-base ctypes ctypes.stubs)
 (main_module_name Posix_getopt_types)
 (modes byte native)
 (modules
  (singleton
   (obj_name posix_getopt_types)
   (visibility public)
   (source
    (path Posix_getopt_types)
    (intf (path types/posix_getopt_types.mli))
    (impl (path types/posix_getopt_types.ml))))))
