this repo has no description
0
fork

Configure Feed

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

Merge pull request #20437 from dannywillems/opam-publish-bls12-381-bls12-381-unix.1.0.2

bls12-381.1.0.2 and bls12-381-unix.1.0.2 - Support s390x for 1.0.x

authored by

Marcello Seri and committed by
GitHub
7371c1d9 bb5c177d

+57
+34
packages/bls12-381-unix/bls12-381-unix.1.0.2/opam
··· 1 + opam-version: "2.0" 2 + synopsis: """\ 3 + UNIX version of BLS12-381 primitives implementing the virtual package 4 + bls12-381 with blst backend""" 5 + maintainer: "Danny Willems <be.danny.willems@gmail.com>" 6 + authors: "Danny Willems <be.danny.willems@gmail.com>" 7 + license: "MIT" 8 + homepage: "https://gitlab.com/dannywillems/ocaml-bls12-381" 9 + bug-reports: "https://gitlab.com/dannywillems/ocaml-bls12-381/issues" 10 + depends: [ 11 + "ocaml" {>= "4.08"} 12 + "dune" {>= "2.8.4"} 13 + "dune-configurator" {build} 14 + "zarith" {>= "1.10" & < "2.0"} 15 + "ctypes" {>= "0.18.0" & < "0.19.0"} 16 + "bls12-381" {= version} 17 + "hex" 18 + "alcotest" {with-test} 19 + "bisect_ppx" {with-test & >= "2.5"} 20 + "ff-pbt" {>= "0.6.0" & < "0.7.0" & with-test} 21 + ] 22 + available: arch != "ppc64" 23 + build: ["dune" "build" "-j" jobs "-p" name "@install"] 24 + run-test: ["dune" "runtest" "-p" name "-j" jobs] 25 + dev-repo: "git+https://gitlab.com/dannywillems/ocaml-bls12-381.git" 26 + url { 27 + src: 28 + "https://gitlab.com/dannywillems/ocaml-bls12-381/-/archive/f1727556f0fb6589b5e01a9eae8ba8fda8ccd476/ocaml-bls12-381-f1727556f0fb6589b5e01a9eae8ba8fda8ccd476.tar.bz2" 29 + checksum: [ 30 + "md5=03d11cf2499950d764c47a0630782c40" 31 + "sha512=95ea54c9b2c4c7d19f87a3b89090d336aff9ecca54ec8250b0842ab3809224ade1ba66ff987cf3060054475cd92267c3251acf268d57432473349aff56442215" 32 + ] 33 + } 34 + x-ci-accept-failures: ["centos-7" "oraclelinux-7"]
+23
packages/bls12-381/bls12-381.1.0.2/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Virtual package for BLS12-381 primitives" 3 + maintainer: "Danny Willems <be.danny.willems@gmail.com>" 4 + authors: "Danny Willems <be.danny.willems@gmail.com>" 5 + license: "MIT" 6 + homepage: "https://gitlab.com/dannywillems/ocaml-bls12-381" 7 + bug-reports: "https://gitlab.com/dannywillems/ocaml-bls12-381/issues" 8 + depends: [ 9 + "ocaml" {>= "4.08"} 10 + "dune" {>= "2.8.4"} 11 + "ff-sig" {>= "0.6.1" & < "0.7.0"} 12 + "zarith" {>= "1.10" & < "2.0"} 13 + ] 14 + build: ["dune" "build" "-j" jobs "-p" name "@install"] 15 + dev-repo: "git+https://gitlab.com/dannywillems/ocaml-bls12-381.git" 16 + url { 17 + src: 18 + "https://gitlab.com/dannywillems/ocaml-bls12-381/-/archive/f1727556f0fb6589b5e01a9eae8ba8fda8ccd476/ocaml-bls12-381-f1727556f0fb6589b5e01a9eae8ba8fda8ccd476.tar.bz2" 19 + checksum: [ 20 + "md5=03d11cf2499950d764c47a0630782c40" 21 + "sha512=95ea54c9b2c4c7d19f87a3b89090d336aff9ecca54ec8250b0842ab3809224ade1ba66ff987cf3060054475cd92267c3251acf268d57432473349aff56442215" 22 + ] 23 + }