this repo has no description

[release] gmp.6.2.1-1

Changed files
+27
packages
gmp
gmp.6.2.1-1
+27
packages/gmp/gmp.6.2.1-1/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-1.tar.gz"
+
checksum: [
+
"md5=8244bd320d94e3e6c4430737d3eff220"
+
"sha512=83601526fd2c6ad181fb60353d75fd0c44ce0bd010324f16c14d9019f64e16c0496b9fbbba6f4f5b4eb55e5584ff9e65ce16aa3f016e905cfa5bc91b9876c1a3"
+
]
+
}