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: "https://gitlab.com/nomadic-labs/cryptography/ocaml-bls12-381-signature"
8bug-reports:
9 "https://gitlab.com/nomadic-labs/cryptography/ocaml-bls12-381-signature/issues"
10depends: [
11 "ocaml" {>= "4.08"}
12 "dune" {>= "2.8.4"}
13 "bls12-381" {>= "5.0.0"}
14 "alcotest" {with-test}
15 "bisect_ppx" {with-test & >= "2.5"}
16 "integers_stubs_js" {with-test}
17]
18available: arch != "ppc64" & arch != "arm32" & arch != "x86_32"
19build: ["dune" "build" "-j" jobs "-p" name "@install"]
20run-test: ["dune" "runtest" "-p" name "-j" jobs]
21dev-repo: "git+https://gitlab.com/nomadic-labs/cryptography/ocaml-bls12-381-signature.git"
22url {
23 src:
24 "https://gitlab.com/nomadic-labs/cryptography/ocaml-bls12-381-signature/-/archive/0.0.1/ocaml-bls12-381-signature-0.0.1.tar.bz2"
25 checksum: [
26 "md5=cdbf6e9ebfbdb85d1c711d0e4e88ec92"
27 "sha512=25ecba471bebbc648f91476521680e4e93b6172c271797344b42d9f64100ef63efca133af1e1f6562d74d10a3d35db5d369033b97e468716fe5a1237ec267e1e"
28 ]
29}
30x-ci-accept-failures: ["centos-7" "oraclelinux-7"]