Skip to content

Commit e637ce4

Browse files
authored
Merge pull request ocaml#21496 from dannywillems/opam-publish-bls12-381.4.0.0
Package bls12-381.4.0.0
2 parents d15f6d6 + 6b6f5cc commit e637ce4

File tree

1 file changed

+35
-0
lines changed
  • packages/bls12-381/bls12-381.4.0.0

1 file changed

+35
-0
lines changed
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
opam-version: "2.0"
2+
synopsis: """\
3+
Implementation of BLS12-381 and some cryptographic primitives built
4+
on top of it"""
5+
maintainer: "Danny Willems <[email protected]>"
6+
authors: "Danny Willems <[email protected]>"
7+
license: "MIT"
8+
homepage: "https://gitlab.com/dannywillems/ocaml-bls12-381"
9+
bug-reports: "https://gitlab.com/dannywillems/ocaml-bls12-381/issues"
10+
depends: [
11+
"ocaml" {>= "4.08"}
12+
"dune" {>= "2.8.4"}
13+
"ff-sig" {>= "0.6.1" & < "0.7.0"}
14+
"zarith" {>= "1.10" & < "2.0"}
15+
"zarith_stubs_js" {with-test}
16+
"hex" {>= "1.3.0"}
17+
"alcotest" {with-test}
18+
"integers"
19+
"integers_stubs_js" {with-test}
20+
"bisect_ppx" {with-test & >= "2.5"}
21+
"ff-pbt" {>= "0.6.0" & < "0.7.0" & with-test}
22+
]
23+
available: arch != "ppc64" & arch != "arm32" & arch != "x86_32"
24+
build: ["dune" "build" "-j" jobs "-p" name "@install"]
25+
run-test: ["dune" "runtest" "-p" name "-j" jobs]
26+
dev-repo: "git+https://gitlab.com/dannywillems/ocaml-bls12-381.git"
27+
url {
28+
src:
29+
"https://gitlab.com/dannywillems/ocaml-bls12-381/-/archive/4.0.0/ocaml-bls12-381-4.0.0.tar.bz2"
30+
checksum: [
31+
"md5=82faa0c51f5bf5c846c79f35963ef6f2"
32+
"sha512=8b1620f3ccde4017e6205d18c7040b26f3b5affbc71237ffc263fe2d625a7276e20b44617a632736f1426bcc8eb184705360506ff88f0f1ecb28c7a0514fef29"
33+
]
34+
}
35+
x-ci-accept-failures: ["centos-7" "oraclelinux-7"]

0 commit comments

Comments
 (0)