opam-version: "2.0"
maintainer: "Markus W. Weissmann <markus.weissmann@in.tum.de>"
authors: [ "Markus W. Weissmann <markus.weissmann@in.tum.de>" ]
license: "MIT"
homepage: "https://github.com/mwweissmann/ocaml-posix-math"
doc: "http://posix.forge.ocamlcore.org/doc/math/"
dev-repo: "git://github.com/mwweissmann/ocaml-posix-math.git"
bug-reports: "https://github.com/mwweissmann/ocaml-posix-math/issues"
tags: [ "clib:lm"  ]
build: [
  ["ocaml" "setup.ml" "-configure" "--prefix" prefix]
  ["ocaml" "setup.ml" "-build"]
  ["ocaml" "setup.ml" "-doc"] {with-doc}
]
install: ["ocaml" "setup.ml" "-install"]
remove: [
  ["ocamlfind" "remove" "posix-math"]
]
depends: [
  "ocaml"
  "result"
  "ocamlfind" {>= "1.5"}
  "ocamlbuild" {build}
]
synopsis: "POSIX math"
description: """
The POSIX math library provides access to the POSIX math functions including
complex numbers and modifying the behaviour of floating point computations."""
flags: light-uninstall
url {
  src: "https://github.com/mwweissmann/ocaml-posix-math/archive/0.3.1.tar.gz"
  checksum: "md5=e8d78f61e19f52f492b08ce77b6e519b"
}
