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]
18depexts: [
19 [ "xz" ] {os = "macos" & os-distribution = "homebrew"}
20]
21conflicts: [
22 "ocaml-solo5" {< "0.8.3"}
23]
24synopsis: "The GNU Multiple Precision Arithmetic Library"
25description: """Dune packaging of the GMP library, suitable for
26cross-compilation."""
27url {
28 src:
29 "https://github.com/mirage/ocaml-gmp/releases/download/6.2.1-5/gmp-6.2.1-5.tbz"
30 checksum: [
31 "sha256=26b24412e18b511f1b8af6f9bf891452e214e32773fdf2f68004310dc9f016f5"
32 "sha512=d3f7cb9043bb387c95d2f95fa82d832dc00287a8ba039ac82b573c849943c181045d61af32b3f47ae48d43c85ab52ab23570a8c4095a7d84c854f26aa38a0844"
33 ]
34}
35x-commit-hash: "e15e2024d31973f39d0552b1b306db682e3ddaab"