(lang dune 3.20)
(name posix-base)
(version 4.0.2)
(sections
 (lib /usr/lib/i386-linux-gnu/ocaml/5.4.0/posix-base)
 (doc /usr/doc/posix-base))
(files
 (lib
  (META
   clibs_include_path.ml
   dune-package
   lfs_detect.ml
   opam
   posix_base.cma
   posix_base.cmi
   posix_base.cmt
   posix_base.cmti
   posix_base.ml
   posix_base.mli
   posix_base__.cmi
   posix_base__.cmt
   posix_base__.ml
   posix_base__Clibs_include_path.cmi
   posix_base__Clibs_include_path.cmt
   posix_base__Lfs_detect.cmi
   posix_base__Lfs_detect.cmt
   posix_base__System_detect.cmi
   posix_base__System_detect.cmt
   system_detect.ml))
 (doc (CHANGES.md LICENSE README.md)))
(library
 (name posix-base)
 (kind normal)
 (synopsis
  "posix-base provides the base tools to generate the various posix bindings")
 (archives (byte posix_base.cma))
 (plugins (byte posix_base.cma))
 (requires ctypes ctypes.stubs integers)
 (main_module_name Posix_base)
 (modes byte)
 (modules
  (wrapped
   (group
    (alias
     (obj_name posix_base__)
     (visibility public)
     (kind alias)
     (source (path Posix_base__) (impl (path posix_base__.ml-gen))))
    (name Posix_base)
    (modules
     (module
      (obj_name posix_base__Clibs_include_path)
      (visibility public)
      (source (path Clibs_include_path) (impl (path clibs_include_path.ml))))
     (module
      (obj_name posix_base__Lfs_detect)
      (visibility public)
      (source (path Lfs_detect) (impl (path lfs_detect.ml))))
     (module
      (obj_name posix_base)
      (visibility public)
      (source
       (path Posix_base)
       (intf (path posix_base.mli))
       (impl (path posix_base.ml))))
     (module
      (obj_name posix_base__System_detect)
      (visibility public)
      (source (path System_detect) (impl (path system_detect.ml))))))
   (wrapped true))))
