this repo has no description
1opam-version: "2.0"
2maintainer: "Markus W. Weissmann <markus.weissmann@in.tum.de>"
3authors: [ "Markus W. Weissmann <markus.weissmann@in.tum.de>" ]
4license: "MIT"
5homepage: "https://github.com/mwweissmann/ocaml-posix-math"
6doc: "http://posix.forge.ocamlcore.org/doc/math/"
7dev-repo: "git+https://github.com/mwweissmann/ocaml-posix-math.git"
8bug-reports: "https://github.com/mwweissmann/ocaml-posix-math/issues"
9tags: [ "clib:lm" ]
10build: [
11 ["ocaml" "setup.ml" "-configure" "--prefix" prefix]
12 ["ocaml" "setup.ml" "-build"]
13 ["ocaml" "setup.ml" "-doc"] {with-doc}
14]
15install: ["ocaml" "setup.ml" "-install"]
16remove: [
17 ["ocamlfind" "remove" "posix-math"]
18]
19depends: [
20 "ocaml" {< "5.0.0"}
21 "result"
22 "ocamlfind" {>= "1.5"}
23 "ocamlbuild" {build}
24]
25synopsis: "POSIX math"
26description: """
27The POSIX math library provides access to the POSIX math functions including
28complex numbers and modifying the behaviour of floating point computations."""
29flags: light-uninstall
30url {
31 src: "https://github.com/mwweissmann/ocaml-posix-math/archive/0.3.1.tar.gz"
32 checksum: [
33 "sha256=1428b1190a698e2199ee17f8f28061968fe7657d6a711e0f70786304c84cb0e8"
34 "md5=e8d78f61e19f52f492b08ce77b6e519b"
35 ]
36}