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:
23 "https://github.com/mirage/ocaml-gmp/releases/download/6.2.1-4/gmp-6.2.1-4.tbz"
24 checksum: [
25 "sha256=cc8fa6fa12f7aba1947b6da7b5c527b8b9a1fb0c655276be51d0718002232b71"
26 "sha512=94b8a0a30762a2342ca70e8e5365489aea90bba12794bae86cb6676baacac0639be981131d6ee610dbf5961355a55426546f446e918c5223e363390a85bd3809"
27 ]
28}
29x-commit-hash: "b4bb9b0a47da25464b087b6f858180efd0aa6589"