File tree Expand file tree Collapse file tree 1 file changed +35
-0
lines changed
packages/bls12-381/bls12-381.4.0.0 Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Original file line number Diff line number Diff line change 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"]
You can’t perform that action at this time.
0 commit comments