(lang dune 3.20)
(name posix-math2)
(version 4.0.2)
(sections
 (lib /usr/lib/i386-linux-gnu/ocaml/5.4.0/posix-math2)
 (doc /usr/doc/posix-math2)
 (stublibs /usr/lib/i386-linux-gnu/ocaml/5.4.0/stublibs))
(files
 (lib
  (META
   constants/posix_math_constants.cma
   constants/posix_math_constants.cmi
   constants/posix_math_constants.cmt
   constants/posix_math_constants.ml
   dune-package
   libposix_math_stubs.a
   opam
   posix_math.cma
   posix_math.cmi
   posix_math.cmt
   posix_math.cmti
   posix_math.ml
   posix_math.mli
   posix_math__.cmi
   posix_math__.cmt
   posix_math__.ml
   posix_math__Posix_math_generated_stubs.cmi
   posix_math__Posix_math_generated_stubs.cmt
   posix_math_generated_stubs.ml
   stubs/posix_math_generated_types.ml
   stubs/posix_math_stubs.cma
   stubs/posix_math_stubs.cmi
   stubs/posix_math_stubs.cmt
   stubs/posix_math_stubs.ml
   stubs/posix_math_stubs__.cmi
   stubs/posix_math_stubs__.cmt
   stubs/posix_math_stubs__.ml
   stubs/posix_math_stubs__Posix_math_generated_types.cmi
   stubs/posix_math_stubs__Posix_math_generated_types.cmt
   types/posix_math_generated_constants.ml
   types/posix_math_types.cma
   types/posix_math_types.cmi
   types/posix_math_types.cmt
   types/posix_math_types.ml
   types/posix_math_types__.cmi
   types/posix_math_types__.cmt
   types/posix_math_types__.ml
   types/posix_math_types__Posix_math_generated_constants.cmi
   types/posix_math_types__Posix_math_generated_constants.cmt))
 (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))
 (plugins (byte posix_math.cma))
 (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)
 (requires unix ctypes posix-math2.types posix-math2.stubs)
 (main_module_name Posix_math)
 (modes byte)
 (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))
 (plugins (byte constants/posix_math_constants.cma))
 (requires ctypes ctypes.stubs)
 (main_module_name Posix_math_constants)
 (modes byte)
 (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))
 (plugins (byte stubs/posix_math_stubs.cma))
 (requires posix-math2.types ctypes ctypes.stubs)
 (main_module_name Posix_math_stubs)
 (modes byte)
 (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))
 (plugins (byte types/posix_math_types.cma))
 (requires posix-math2.constants posix-base ctypes ctypes.stubs)
 (main_module_name Posix_math_types)
 (modes byte)
 (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))))
