this repo has no description
1opam-version: "2.0" 2synopsis: "Stub of the C library Flint2" 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" & < "3.11"} 10 "zarith" {>= "1.12"} 11 "ctypes" {>= "0.20.1"} 12 "conf-mpfr" {>= "3"} 13 "dune-site" {with-test} 14 "ocaml" {>= "4.10"} 15 "odoc" {with-doc} 16] 17build: [ 18 ["dune" "subst"] {dev} 19 [ 20 "dune" 21 "build" 22 "-p" 23 name 24 "-j" 25 jobs 26 "@install" 27 "@runtest" {with-test} 28 "@doc" {with-doc} 29 ] 30] 31dev-repo: "git+https://github.com/bobot/ocaml-flint.git" 32url { 33 src: 34 "https://github.com/bobot/ocaml-flint/releases/download/0.1.5/flint-0.1.5.tbz" 35 checksum: [ 36 "sha256=e2abf5828d9dee6a1118265430bb8bda3879d0e68b387e520bf74379058e3360" 37 "sha512=3247ca029f5fe27bbc616f419198a669a5b1d4aa3b860338050e0f7a701bb58c7fdae9d761b6fd7f7d317b7fe7fd071f6bbfeffe5aaccb7f438658f045f59d76" 38 ] 39} 40x-commit-hash: "881ef98e010ba3a2cfbfc04237b9b1c5e8ee5b3e" 41conflicts: [ "ocaml-option-bytecode-only" ] 42available: os != "macos"