opam-version: "2.0" maintainer: "Christophe Troestler " authors: ["Christophe Troestler "] tags: ["libm" "math" "science"] license: "LGPL-3.0-only" 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 ] {dev} [ "jbuilder" "build" "-p" name "-j" jobs ] ] depends: [ "ocaml" {>= "4.02"} "jbuilder" {>= "1.0+beta7"} "base" {build} "stdio" {build} "configurator" {build} "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.1/crlibm-0.1.tbz" checksum: [ "sha256=45c6c6bdb622bb25f4b1cdad40cd4050954aec83c1c7c7d89e18a57bd8733fc5" "md5=f5d7975e3afa4ff11e8afd3e0c0a7ca6" ] }