opam-version: "2.0"
maintainer: "Christophe Troestler <Christophe.Troestler@umons.ac.be>"
authors: ["Christophe Troestler <Christophe.Troestler@umons.ac.be>"]
tags: ["libm" "math" "science"]
license: "LGPL-3.0"
homepage: "https://github.com/Chris00/ocaml-crlibm"
dev-repo: "git+https://github.com/Chris00/ocaml-crlibm.git"
bug-reports: "https://github.com/Chris00/ocaml-crlibm/issues"
doc: "https://Chris00.github.io/ocaml-crlibm/doc"
build: [
  [ "jbuilder" "subst" "-p" name ] {pinned}
  [ "jbuilder" "build" "-p" name "-j" jobs ]
]
depends: [
  "ocaml" {>= "4.02"}
  "jbuilder"
  "base" {build & < "v0.15"}
  "stdio" {build & < "v0.15"}
  "configurator" {build & < "v0.15"}
  "base-bytes" {build}
  "benchmark" {with-test}
]
synopsis: "Binding to CRlibm, a correctly rounded math lib"
url {
  src:
    "https://github.com/Chris00/ocaml-crlibm/releases/download/0.2/crlibm-0.2.tbz"
  checksum: "md5=f7d0a67363df00fab66e3d898621b7b3"
}
