this repo has no description
1opam-version: "2.0" 2synopsis: "Stub of the C library Arb. Ball approximation" 3maintainer: ["François Bobot"] 4authors: ["François Bobot"] 5license: "LGPL-2.1" 6homepage: "https://github.com/bobot/ocaml-flint" 7bug-reports: "https://github.com/bobot/ocaml-flint/issues" 8depends: [ 9 "dune" {>= "3.2"} 10 "flint" {= version} 11 "ctypes" {>= "0.20.1"} 12 "conf-mpfr" {>= "3"} 13 "ocaml" {>= "4.10"} 14 "odoc" {with-doc} 15] 16build: [ 17 ["dune" "subst"] {dev} 18 [ 19 "dune" 20 "build" 21 "-p" 22 name 23 "-j" 24 jobs 25 "@install" 26 "@runtest" {with-test} 27 "@doc" {with-doc} 28 ] 29] 30dev-repo: "git+https://github.com/bobot/ocaml-flint.git" 31url { 32 src: 33 "https://github.com/bobot/ocaml-flint/releases/download/0.1.5/flint-0.1.5.tbz" 34 checksum: [ 35 "sha256=e2abf5828d9dee6a1118265430bb8bda3879d0e68b387e520bf74379058e3360" 36 "sha512=3247ca029f5fe27bbc616f419198a669a5b1d4aa3b860338050e0f7a701bb58c7fdae9d761b6fd7f7d317b7fe7fd071f6bbfeffe5aaccb7f438658f045f59d76" 37 ] 38} 39x-commit-hash: "881ef98e010ba3a2cfbfc04237b9b1c5e8ee5b3e" 40conflicts: [ "ocaml-option-bytecode-only" ] 41available: os != "macos"