this repo has no description

release gmp.6.2.1-2

Changed files
+27
packages
gmp
gmp.6.2.1-2
+27
packages/gmp/gmp.6.2.1-2/opam
···
+
opam-version: "2.0"
+
maintainer: "Lucas Pluvinage <lucas@tarides.com>"
+
license: ["LGPL-3.0-only" "LGPL-2.0-only"]
+
authors: "Torbjörn Granlund and contributors"
+
homepage: "https://github.com/mirage/ocaml-gmp"
+
bug-reports: "https://github.com/mirage/ocaml-gmp/issues"
+
dev-repo: "git+https://github.com/mirage/ocaml-gmp.git"
+
substs: [ "src/build.sh" ]
+
build: [
+
[ "dune" "build" "-p" name "-j" jobs ]
+
[ "dune" "runtest" "-p" name "-j" jobs ] {with-test}
+
]
+
depends: [
+
"ocaml" {>= "4.02.0"}
+
"dune" {>= "2.6"}
+
"conf-m4"
+
]
+
synopsis: "The GNU Multiple Precision Arithmetic Library"
+
description: """Dune packaging of the GMP library, suitable for
+
cross-compilation."""
+
url {
+
src: "https://github.com/mirage/ocaml-gmp/archive/6.2.1-2.tar.gz"
+
checksum: [
+
"md5=e7f879c619b0bd5f4c95661a5cb405f0"
+
"sha512=f87a29a5f631a0e953d5875799043f31775044241e7fd156a1829d3cad2646e29eced121e7ceb89a903cb9f6fa9f409a2443b5dc45b1594608c0a3cc131cd0c8"
+
]
+
}