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.1.tar.gz" checksum: [ "sha256=1428b1190a698e2199ee17f8f28061968fe7657d6a711e0f70786304c84cb0e8" "md5=e8d78f61e19f52f492b08ce77b6e519b" ] }