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 ["dune" "build" "-p" name "-j" jobs "@runtest"] {with-test} 14] 15depends: [ 16 "ocaml" {>= "4.03"} 17 "dune" 18 "dune-configurator" 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.4/crlibm-0.4.tbz" 26 checksum: [ 27 "sha256=e8c163595ca9b9dea10ddcc16ad72a461f7d83d735638f92a346a6f57d19bbde" 28 "md5=d050a60185c69f58665a170ec2a7d973" 29 ] 30}