this repo has no description

Merge pull request #22617 from dannywillems/opam-publish-bls12-381.6.0.0

Package bls12-381.6.0.0

Changed files
+41 -6
packages
bls12-381
bls12-381.6.0.0
bls12-381-hash
bls12-381-hash.0.0.1
bls12-381-hash.0.0.2
tezos-bls12-381-polynomial
tezos-bls12-381-polynomial.0.1.1
tezos-bls12-381-polynomial.0.1.2
+2 -2
packages/bls12-381-hash/bls12-381-hash.0.0.1/opam
···
depends: [
"ocaml" {>= "4.08"}
"dune" {>= "2.8.4"}
-
"bls12-381" {>= "5.0.0"}
+
"bls12-381" {>= "5.0.0" & < "6.0.0"}
"alcotest" {with-test}
"bisect_ppx" {with-test & >= "2.5"}
]
···
"sha512=294a5c0ff8860d8f730bbf192a3c38f2a0cb8cb0fd05d729eb6ca1782cc95ee967dd5123ecd90cd3f96923c41ddb1a08fa31239116a459cbd50ba0355ff20641"
]
}
-
x-ci-accept-failures: ["centos-7" "oraclelinux-7"]
+
x-ci-accept-failures: ["centos-7" "oraclelinux-7"]
+2 -2
packages/bls12-381-hash/bls12-381-hash.0.0.2/opam
···
depends: [
"ocaml" {>= "4.12"}
"dune" {>= "2.8.4"}
-
"bls12-381" {>= "5.0.0"}
+
"bls12-381" {>= "5.0.0" & < "6.0.0"}
"alcotest" {with-test}
"bisect_ppx" {with-test & >= "2.5"}
]
···
"sha512=f5fbeaefa182d4f7cee78a19e6503933002c12caf84ede29b501965a7e95c2e38c797af22fbdee4747ea629a6852ed5e9292c9950c3de5fa2ea053171a768b84"
]
}
-
x-ci-accept-failures: ["centos-7" "oraclelinux-7"]
+
x-ci-accept-failures: ["centos-7" "oraclelinux-7"]
+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/nomadic-labs/cryptography/ocaml-bls12-381"
+
bug-reports: "https://gitlab.com/nomadic-labs/cryptography/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/nomadic-labs/cryptography/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"]
+1 -1
packages/tezos-bls12-381-polynomial/tezos-bls12-381-polynomial.0.1.1/opam
···
depends: [
"ocaml" {>= "4.12.0"}
"dune" {>= "2.8"}
-
"bls12-381" {>= "4.0.0"}
+
"bls12-381" {>= "4.0.0" & < "6.0.0"}
"data-encoding"
"alcotest" {with-test & >= "1.1.0"}
"qcheck-alcotest" {with-test}
+1 -1
packages/tezos-bls12-381-polynomial/tezos-bls12-381-polynomial.0.1.2/opam
···
depends: [
"dune" {>= "2.8"}
"ocaml" {>= "4.12.0"}
-
"bls12-381" {>= "4.0.0"}
+
"bls12-381" {>= "4.0.0" & < "6.0.0"}
"data-encoding"
"alcotest" {with-test & >= "1.1.0"}
"qcheck-alcotest" {with-test}