opam-version: "2.0" synopsis: "Implementation of BLS signatures for the pairing-friendly curve BLS12-381" maintainer: "Danny Willems " authors: "Danny Willems " license: "MIT" homepage: "https://gitlab.com/nomadic-labs/cryptography/ocaml-bls12-381-signature" bug-reports: "https://gitlab.com/nomadic-labs/cryptography/ocaml-bls12-381-signature/issues" depends: [ "ocaml" {>= "4.08"} "dune" {>= "2.8.4"} "bls12-381" {>= "5.0.0"} "alcotest" {with-test} "bisect_ppx" {with-test & >= "2.5"} "integers_stubs_js" {with-test} ] available: arch != "ppc64" & arch != "arm32" & arch != "x86_32" build: ["dune" "build" "-j" jobs "-p" name "@install"] run-test: ["dune" "runtest" "-p" name "-j" jobs] dev-repo: "git+https://gitlab.com/nomadic-labs/cryptography/ocaml-bls12-381-signature.git" url { src: "https://gitlab.com/nomadic-labs/cryptography/ocaml-bls12-381-signature/-/archive/0.0.1/ocaml-bls12-381-signature-0.0.1.tar.bz2" checksum: [ "md5=cdbf6e9ebfbdb85d1c711d0e4e88ec92" "sha512=25ecba471bebbc648f91476521680e4e93b6172c271797344b42d9f64100ef63efca133af1e1f6562d74d10a3d35db5d369033b97e468716fe5a1237ec267e1e" ] } x-ci-accept-failures: ["centos-7" "oraclelinux-7"]