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-only" 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 "conf-pkg-config" {>= "2"} 20 "dune-configurator" 21 "odoc" {with-doc} 22] 23build: [ 24 ["dune" "subst"] {dev} 25 [ 26 "dune" 27 "build" 28 "-p" 29 name 30 "-j" 31 jobs 32 "@install" 33 "@runtest" {with-test} 34 "@doc" {with-doc} 35 ] 36] 37dev-repo: "git+https://github.com/bobot/ocaml-flint.git" 38conflicts: [ "ocaml-option-bytecode-only" ] 39url { 40 src: 41 "https://github.com/bobot/ocaml-flint/releases/download/0.3/flint-0.3.tbz" 42 checksum: [ 43 "sha256=9ce2bfa8852a7f841f8bf4bca695c09bc6cd743ea31cf155970e6a63bede5f29" 44 "sha512=e033e16d04becb59430c577684ef799e1777e8f59e8f4b3d81adcd192bd5d380ad4d8f024703de7b570c6c19b9900b633e597ad11971af8148b6dcb0012cc4d5" 45 ] 46} 47x-commit-hash: "a23443e1717ca45fb240c88f5c5e835a95589ddd"