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