opam-version: "2.0" maintainer: "Markus W. Weissmann " authors: [ "Markus W. Weissmann " ] license: "MIT" homepage: "https://github.com/mwweissmann/ocaml-posix-math" doc: "http://posix.forge.ocamlcore.org/doc/math/" dev-repo: "git+https://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" {< "5.0.0"} "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.0.tar.gz" checksum: [ "sha256=0194738d03921ddc4cf9fd559327be072972356a4dbeef453ec30c94b3533b63" "md5=d95810bdc1cb02f69bb452fed1c3721b" ] }