this repo has no description
1opam-version: "2.0"
2maintainer: "Christophe Troestler <Christophe.Troestler@umons.ac.be>"
3authors: ["Christophe Troestler <Christophe.Troestler@umons.ac.be>"]
4tags: ["libm" "math" "science"]
5license: "LGPL-3.0-only"
6homepage: "https://github.com/Chris00/ocaml-crlibm"
7dev-repo: "git+https://github.com/Chris00/ocaml-crlibm.git"
8bug-reports: "https://github.com/Chris00/ocaml-crlibm/issues"
9doc: "https://Chris00.github.io/ocaml-crlibm/doc"
10build: [
11 ["dune" "subst"] {dev}
12 ["dune" "build" "-p" name "-j" jobs]
13]
14depends: [
15 "ocaml" {>= "4.03"}
16 "dune"
17 "dune-configurator"
18 "base-bytes" {build}
19 "benchmark" {with-test}
20]
21synopsis: "Binding to CRlibm, a correctly rounded math lib"
22url {
23 src:
24 "https://github.com/Chris00/ocaml-crlibm/releases/download/0.3/crlibm-0.3.tbz"
25 checksum: [
26 "sha256=7a452db575fb9f55b6cc92b2df33edfb3b743f387a35ff2a3d7a148e5e13afc9"
27 "md5=d5f810416a850e80a5b0f1d4b5951939"
28 ]
29}