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" "floating-point" "rounding" "science"]
5license: "LGPL-3.0"
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 ["dune" "build" "-p" name "-j" jobs "@runtest"] {with-test}
14]
15depends: [
16 "ocaml" {>= "4.03"}
17 "dune-configurator" {>= "2.0"}
18 "dune" {>= "2.0"}
19 "base-bytes" {build}
20 "benchmark" {with-test}
21]
22synopsis: "Binding to CRlibm, a correctly rounded math lib"
23url {
24 src:
25 "https://github.com/Chris00/ocaml-crlibm/releases/download/0.5.1/crlibm-0.5.1.tbz"
26 checksum: [
27 "sha256=fcc6ff4497eb168a91bac7967316164ff0d3e1ee776fed958718a9cd7c49983b"
28 "sha512=1b62bde2d45b74ef4b15b015c90bb0f0a292180b6436f8deab81d54ab08b9cede9265c82b309a4e5377f97181049d1430bce8867df025a09859f503de0eb8032"
29 ]
30}
31x-commit-hash: "67336ec53500b92312cb7add796c2c8503b0b445"