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-only" 6homepage: "https://github.com/bobot/ocaml-flint" 7bug-reports: "https://github.com/bobot/ocaml-flint/issues" 8depends: [ 9 "dune" {>= "3.2" & < "3.11.0"} 10 "conf-arb" 11 "flint" {= version} 12 "ctypes" {>= "0.20.1"} 13 "conf-mpfr" {>= "3"} 14 "ocaml" {>= "4.10"} 15 "conf-pkg-config" {>= "2"} 16 "dune-configurator" 17 "odoc" {with-doc} 18] 19build: [ 20 ["dune" "subst"] {dev} 21 [ 22 "dune" 23 "build" 24 "-p" 25 name 26 "-j" 27 jobs 28 "@install" 29 "@runtest" {with-test} 30 "@doc" {with-doc} 31 ] 32] 33dev-repo: "git+https://github.com/bobot/ocaml-flint.git" 34conflicts: [ "ocaml-option-bytecode-only" ] 35messages: [ "Problem with the installation of the external 36 libraries can be fixed using version 0.3 which 37 compile them locally" { failure } ] 38url { 39 src: 40 "https://github.com/bobot/ocaml-flint/releases/download/0.3.1/flint-0.3.1.tbz" 41 checksum: [ 42 "sha256=02557aba757471145077a5f7245a7efbfe6ae2b3a5f1665ffdf82a64b2c8543f" 43 "sha512=f1ea37d88c2030f47328a219d6380c79a5234acccde679f3ae6c826e6305b197b056823f8e968ceccc05e288c2e5ece94baf80c8739dddd80076fbfe0b18833e" 44 ] 45} 46x-commit-hash: "76f4a39ebd86283624bdabf80cd9337c078ee664"