version = "4.0.2"
description = "posix-math2 provides access to the features exposed in math.h"
requires = "ctypes posix-math2.stubs posix-math2.types unix"
archive(byte) = "posix_math.cma"
archive(native) = "posix_math.cmxa"
plugin(byte) = "posix_math.cma"
plugin(native) = "posix_math.cmxs"
package "constants" (
  directory = "constants"
  version = "4.0.2"
  description = ""
  requires = "ctypes ctypes.stubs"
  archive(byte) = "posix_math_constants.cma"
  archive(native) = "posix_math_constants.cmxa"
  plugin(byte) = "posix_math_constants.cma"
  plugin(native) = "posix_math_constants.cmxs"
)
package "stubs" (
  directory = "stubs"
  version = "4.0.2"
  description = ""
  requires = "ctypes ctypes.stubs posix-math2.types"
  archive(byte) = "posix_math_stubs.cma"
  archive(native) = "posix_math_stubs.cmxa"
  plugin(byte) = "posix_math_stubs.cma"
  plugin(native) = "posix_math_stubs.cmxs"
)
package "types" (
  directory = "types"
  version = "4.0.2"
  description = ""
  requires = "ctypes ctypes.stubs posix-base posix-math2.constants"
  archive(byte) = "posix_math_types.cma"
  archive(native) = "posix_math_types.cmxa"
  plugin(byte) = "posix_math_types.cma"
  plugin(native) = "posix_math_types.cmxs"
)