this repo has no description
1opam-version: "2.0"
2synopsis:
3 "Implementation of BLS signatures for the pairing-friendly curve BLS12-381"
4maintainer: "Danny Willems <be.danny.willems@gmail.com>"
5authors: "Danny Willems <be.danny.willems@gmail.com>"
6license: "MIT"
7homepage:
8 "https://gitlab.com/nomadic-labs/cryptography/ocaml-bls12-381-signature"
9bug-reports:
10 "https://gitlab.com/nomadic-labs/cryptography/ocaml-bls12-381-signature/issues"
11depends: [
12 "ocaml" {>= "4.08"}
13 "dune" {>= "2.8.4"}
14 "bls12-381" {>= "5.0.0"}
15 "alcotest" {with-test}
16 "bisect_ppx" {with-test & >= "2.5"}
17 "integers_stubs_js" {with-test}
18]
19available: arch != "ppc64" & arch != "arm32" & arch != "x86_32"
20build: ["dune" "build" "-j" jobs "-p" name "@install"]
21run-test: ["dune" "runtest" "-p" name "-j" jobs]
22dev-repo:
23 "git+https://gitlab.com/nomadic-labs/cryptography/ocaml-bls12-381-signature.git"
24url {
25 src:
26 "https://gitlab.com/nomadic-labs/cryptography/ocaml-bls12-381-signature/-/archive/1.0.0/ocaml-bls12-381-signature-1.0.0.tar.bz2"
27 checksum: [
28 "md5=f98a01a1bba2579ef09f50e2d439e897"
29 "sha512=9b66d8cb26234b306548c1c31069fc91228018336b519c8fa05a2e11fee084b97d0400321390cefd823429ec4e62628221c3730cf639fface9b8a11d4628afb5"
30 ]
31}
32x-ci-accept-failures: ["centos-7" "oraclelinux-7"]