this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #22158 from dannywillems/opam-publish-bls12-381-signature.1.0.0

Package bls12-381-signature.1.0.0

authored by

Kate and committed by
GitHub
41a11a78 38959627

+32
+32
packages/bls12-381-signature/bls12-381-signature.1.0.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: 3 + "Implementation of BLS signatures for the pairing-friendly curve BLS12-381" 4 + maintainer: "Danny Willems <be.danny.willems@gmail.com>" 5 + authors: "Danny Willems <be.danny.willems@gmail.com>" 6 + license: "MIT" 7 + homepage: 8 + "https://gitlab.com/nomadic-labs/cryptography/ocaml-bls12-381-signature" 9 + bug-reports: 10 + "https://gitlab.com/nomadic-labs/cryptography/ocaml-bls12-381-signature/issues" 11 + depends: [ 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 + ] 19 + available: arch != "ppc64" & arch != "arm32" & arch != "x86_32" 20 + build: ["dune" "build" "-j" jobs "-p" name "@install"] 21 + run-test: ["dune" "runtest" "-p" name "-j" jobs] 22 + dev-repo: 23 + "git+https://gitlab.com/nomadic-labs/cryptography/ocaml-bls12-381-signature.git" 24 + url { 25 + src: 26 + "https://gitlab.com/dannywillems/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 + } 32 + x-ci-accept-failures: ["centos-7" "oraclelinux-7"]