this repo has no description
1opam-version: "2.0" 2maintainer: "Lucas Pluvinage <lucas@tarides.com>" 3license: ["LGPL-3.0-only" "LGPL-2.0-only"] 4authors: "Torbjörn Granlund and contributors" 5homepage: "https://github.com/mirage/ocaml-gmp" 6bug-reports: "https://github.com/mirage/ocaml-gmp/issues" 7dev-repo: "git+https://github.com/mirage/ocaml-gmp.git" 8substs: [ "src/build.sh" ] 9build: [ 10 [ "dune" "build" "-p" name "-j" jobs ] 11 [ "dune" "runtest" "-p" name "-j" jobs ] {with-test} 12] 13depends: [ 14 "ocaml" {>= "4.02.0"} 15 "dune" {>= "2.6"} 16 "conf-m4" 17] 18synopsis: "The GNU Multiple Precision Arithmetic Library" 19description: """Dune packaging of the GMP library, suitable for 20cross-compilation.""" 21url { 22 src: "https://github.com/mirage/ocaml-gmp/archive/6.2.1-1.tar.gz" 23 checksum: [ 24 "md5=8244bd320d94e3e6c4430737d3eff220" 25 "sha512=83601526fd2c6ad181fb60353d75fd0c44ce0bd010324f16c14d9019f64e16c0496b9fbbba6f4f5b4eb55e5584ff9e65ce16aa3f016e905cfa5bc91b9876c1a3" 26 ] 27} 28available: [ os != "macos" ]