(lang dune 3.20)
(name posix-math2)
(version 4.0.2)
(sections
 (lib /usr/lib/x86_64-linux-gnu/ocaml/5.4.0/posix-math2)
 (libexec /usr/lib/x86_64-linux-gnu/ocaml/5.4.0/posix-math2)
 (doc /usr/doc/posix-math2)
 (stublibs /usr/lib/x86_64-linux-gnu/ocaml/5.4.0/stublibs))
(files
 (lib
  (META
   constants/posix_math_constants.a
   constants/posix_math_constants.cma
   constants/posix_math_constants.cmi
   constants/posix_math_constants.cmt
   constants/posix_math_constants.cmx
   constants/posix_math_constants.cmxa
   constants/posix_math_constants.ml
   dune-package
   libposix_math_stubs.a
   opam
   posix_math.a
   posix_math.cma
   posix_math.cmi
   posix_math.cmt
   posix_math.cmti
   posix_math.cmx
   posix_math.cmxa
   posix_math.ml
   posix_math.mli
   posix_math__.cmi
   posix_math__.cmt
   posix_math__.cmx
   posix_math__.ml
   posix_math__Posix_math_generated_stubs.cmi
   posix_math__Posix_math_generated_stubs.cmt
   posix_math__Posix_math_generated_stubs.cmx
   posix_math_generated_stubs.ml
   stubs/posix_math_generated_types.ml
   stubs/posix_math_stubs.a
   stubs/posix_math_stubs.cma
   stubs/posix_math_stubs.cmi
   stubs/posix_math_stubs.cmt
   stubs/posix_math_stubs.cmx
   stubs/posix_math_stubs.cmxa
   stubs/posix_math_stubs.ml
   stubs/posix_math_stubs__.cmi
   stubs/posix_math_stubs__.cmt
   stubs/posix_math_stubs__.cmx
   stubs/posix_math_stubs__.ml
   stubs/posix_math_stubs__Posix_math_generated_types.cmi
   stubs/posix_math_stubs__Posix_math_generated_types.cmt
   stubs/posix_math_stubs__Posix_math_generated_types.cmx
   types/posix_math_generated_constants.ml
   types/posix_math_types.a
   types/posix_math_types.cma
   types/posix_math_types.cmi
   types/posix_math_types.cmt
   types/posix_math_types.cmx
   types/posix_math_types.cmxa
   types/posix_math_types.ml
   types/posix_math_types__.cmi
   types/posix_math_types__.cmt
   types/posix_math_types__.cmx
   types/posix_math_types__.ml
   types/posix_math_types__Posix_math_generated_constants.cmi
   types/posix_math_types__Posix_math_generated_constants.cmt
   types/posix_math_types__Posix_math_generated_constants.cmx))
 (libexec
  (constants/posix_math_constants.cmxs
   posix_math.cmxs
   stubs/posix_math_stubs.cmxs
   types/posix_math_types.cmxs))
 (doc (CHANGES.md LICENSE README.md))
 (stublibs (dllposix_math_stubs.so)))
(library
 (name posix-math2)
 (kind normal)
 (synopsis "posix-math2 provides access to the features exposed in math.h")
 (archives (byte posix_math.cma) (native posix_math.cmxa))
 (plugins (byte posix_math.cma) (native posix_math.cmxs))
 (foreign_objects posix_math_generated_stubs.o)
 (foreign_archives (archives (for all) (files libposix_math_stubs.a)))
 (foreign_dll_files ../stublibs/dllposix_math_stubs.so)
 (native_archives posix_math.a)
 (requires unix ctypes posix-math2.types posix-math2.stubs)
 (main_module_name Posix_math)
 (modes byte native)
 (modules
  (wrapped
   (group
    (alias
     (obj_name posix_math__)
     (visibility public)
     (kind alias)
     (source (path Posix_math__) (impl (path posix_math__.ml-gen))))
    (name Posix_math)
    (modules
     (module
      (obj_name posix_math)
      (visibility public)
      (source
       (path Posix_math)
       (intf (path posix_math.mli))
       (impl (path posix_math.ml))))
     (module
      (obj_name posix_math__Posix_math_generated_stubs)
      (visibility public)
      (source
       (path Posix_math_generated_stubs)
       (impl (path posix_math_generated_stubs.ml))))))
   (wrapped true))))
(library
 (name posix-math2.constants)
 (kind normal)
 (archives
  (byte constants/posix_math_constants.cma)
  (native constants/posix_math_constants.cmxa))
 (plugins
  (byte constants/posix_math_constants.cma)
  (native constants/posix_math_constants.cmxs))
 (native_archives constants/posix_math_constants.a)
 (requires ctypes ctypes.stubs)
 (main_module_name Posix_math_constants)
 (modes byte native)
 (modules
  (singleton
   (obj_name posix_math_constants)
   (visibility public)
   (source
    (path Posix_math_constants)
    (impl (path constants/posix_math_constants.ml))))))
(library
 (name posix-math2.stubs)
 (kind normal)
 (archives
  (byte stubs/posix_math_stubs.cma)
  (native stubs/posix_math_stubs.cmxa))
 (plugins
  (byte stubs/posix_math_stubs.cma)
  (native stubs/posix_math_stubs.cmxs))
 (native_archives stubs/posix_math_stubs.a)
 (requires posix-math2.types ctypes ctypes.stubs)
 (main_module_name Posix_math_stubs)
 (modes byte native)
 (modules
  (wrapped
   (group
    (alias
     (obj_name posix_math_stubs__)
     (visibility public)
     (kind alias)
     (source
      (path Posix_math_stubs__)
      (impl (path stubs/posix_math_stubs__.ml-gen))))
    (name Posix_math_stubs)
    (modules
     (module
      (obj_name posix_math_stubs__Posix_math_generated_types)
      (visibility public)
      (source
       (path Posix_math_generated_types)
       (impl (path stubs/posix_math_generated_types.ml))))
     (module
      (obj_name posix_math_stubs)
      (visibility public)
      (source (path Posix_math_stubs) (impl (path stubs/posix_math_stubs.ml))))))
   (wrapped true))))
(library
 (name posix-math2.types)
 (kind normal)
 (archives
  (byte types/posix_math_types.cma)
  (native types/posix_math_types.cmxa))
 (plugins
  (byte types/posix_math_types.cma)
  (native types/posix_math_types.cmxs))
 (native_archives types/posix_math_types.a)
 (requires posix-math2.constants posix-base ctypes ctypes.stubs)
 (main_module_name Posix_math_types)
 (modes byte native)
 (modules
  (wrapped
   (group
    (alias
     (obj_name posix_math_types__)
     (visibility public)
     (kind alias)
     (source
      (path Posix_math_types__)
      (impl (path types/posix_math_types__.ml-gen))))
    (name Posix_math_types)
    (modules
     (module
      (obj_name posix_math_types__Posix_math_generated_constants)
      (visibility public)
      (source
       (path Posix_math_generated_constants)
       (impl (path types/posix_math_generated_constants.ml))))
     (module
      (obj_name posix_math_types)
      (visibility public)
      (source (path Posix_math_types) (impl (path types/posix_math_types.ml))))))
   (wrapped true))))
