this repo has no description

Package bls12-381.6.0.0

Changed files
+35
packages
bls12-381
bls12-381.6.0.0
+35
packages/bls12-381/bls12-381.6.0.0/opam
···
+
opam-version: "2.0"
+
synopsis: """\
+
Implementation of BLS12-381 and some cryptographic primitives built
+
on top of it"""
+
maintainer: "Danny Willems <be.danny.willems@gmail.com>"
+
authors: "Danny Willems <be.danny.willems@gmail.com>"
+
license: "MIT"
+
homepage: "https://gitlab.com/dannywillems/ocaml-bls12-381"
+
bug-reports: "https://gitlab.com/dannywillems/ocaml-bls12-381/issues"
+
depends: [
+
"ocaml" {>= "4.08"}
+
"dune" {>= "2.8.4"}
+
"ff-sig" {>= "0.6.1" & < "0.7.0"}
+
"zarith" {>= "1.10" & < "2.0"}
+
"zarith_stubs_js" {with-test}
+
"hex" {>= "1.3.0"}
+
"alcotest" {with-test}
+
"integers"
+
"integers_stubs_js" {with-test}
+
"bisect_ppx" {with-test & >= "2.5"}
+
"ff-pbt" {>= "0.6.0" & < "0.7.0" & with-test}
+
]
+
available: arch != "ppc64" & arch != "arm32" & arch != "x86_32"
+
build: ["dune" "build" "-j" jobs "-p" name "@install"]
+
run-test: ["dune" "runtest" "-p" name "-j" jobs]
+
dev-repo: "git+https://gitlab.com/dannywillems/ocaml-bls12-381.git"
+
url {
+
src:
+
"https://gitlab.com/nomadic-labs/cryptography/ocaml-bls12-381/-/archive/6.0.0/ocaml-bls12-381-6.0.0.tar.gz"
+
checksum: [
+
"md5=bdc877bfffb8f63f3601b8ad560269a4"
+
"sha512=dcd9b915107bdc54c7362244f01a4fbfbabbf1c9a16d65a3c18a0ae9578841580224acd96e85b0af05998085f06ef7130c80e4145549e272b9ccf11d76b7f310"
+
]
+
}
+
x-ci-accept-failures: ["centos-7" "oraclelinux-7"]