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