this repo has no description
1opam-version: "2.0"
2synopsis: """\
3Implementation of BLS12-381 and some cryptographic primitives built
4on top of it"""
5maintainer: "Danny Willems <be.danny.willems@gmail.com>"
6authors: "Danny Willems <be.danny.willems@gmail.com>"
7license: "MIT"
8homepage: "https://gitlab.com/nomadic-labs/cryptography/ocaml-bls12-381"
9bug-reports: "https://gitlab.com/nomadic-labs/cryptography/ocaml-bls12-381/issues"
10depends: [
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]
23available: arch != "ppc64" & arch != "arm32" & arch != "x86_32"
24build: ["dune" "build" "-j" jobs "-p" name "@install"]
25run-test: ["dune" "runtest" "-p" name "-j" jobs] { ocaml:version < "5.0.0" }
26dev-repo: "git+https://gitlab.com/nomadic-labs/cryptography/ocaml-bls12-381.git"
27url {
28 src:
29 "https://gitlab.com/nomadic-labs/cryptography/ocaml-bls12-381/-/archive/3.0.3/ocaml-bls12-381-3.0.3.tar.bz2"
30 checksum: [
31 "md5=367dcf0ed22d785fd521b838082fa60d"
32 "sha512=dd801c6c642f61191762df0619a9e4a05524b7b85b2cd1bd8ddcfebfe78fca39be571c8b6552d91d3ae149683948a577d08e3f896d688ca6aad0ed5dd15e5799"
33 ]
34}
35x-ci-accept-failures: ["centos-7" "oraclelinux-7"]