this repo has no description

2 packages from gitlab.com/dannywillems/ocaml-bls12-381/-/archive/1.1.0/ocaml-bls12-381-1.1.0.tar.bz2 (#20091)

[new release] ocaml-bls12-381-1.1.0 and ocaml-bls12-381-1.1.0-unix

Changed files
+60
packages
bls12-381
bls12-381.1.1.0
bls12-381-unix
bls12-381-unix.1.1.0
+37
packages/bls12-381-unix/bls12-381-unix.1.1.0/opam
···
···
+
opam-version: "2.0"
+
synopsis: """\
+
UNIX version of BLS12-381 primitives implementing the virtual package
+
bls12-381 with blst backend"""
+
maintainer: "Danny Willems <be.danny.willems@gmail.com>"
+
authors: "Danny Willems <be.danny.willems@gmail.com>"
+
license: "MIT"
+
homepage: "https://gitlab.com/dannywillems/ocaml-bls12-381"
+
bug-reports: "https://gitlab.com/dannywillems/ocaml-bls12-381/issues"
+
depends: [
+
"ocaml" {>= "4.08"}
+
"dune" {>= "2.8.4"}
+
"dune-configurator" {build}
+
"zarith" {>= "1.10" & < "2.0"}
+
"bls12-381" {= version}
+
"hex"
+
"alcotest" {with-test}
+
"integers"
+
"bisect_ppx" {with-test & >= "2.5"}
+
"ff-pbt" {>= "0.6.0" & < "0.7.0" & with-test}
+
]
+
available: arch != "s390x" & arch != "ppc64"
+
x-ci-accept-failures: [
+
"centos-7" # default C compiler too old?
+
"oraclelinux-7" # default C compiler too old?
+
]
+
build: ["dune" "build" "-j" jobs "-p" name "@install"]
+
run-test: ["dune" "runtest" "-p" name "-j" jobs]
+
dev-repo: "git+https://gitlab.com/dannywillems/ocaml-bls12-381.git"
+
url {
+
src:
+
"https://gitlab.com/dannywillems/ocaml-bls12-381/-/archive/1.1.0/ocaml-bls12-381-1.1.0.tar.bz2"
+
checksum: [
+
"md5=5f5d356f2e13e8749cd67315579eb54c"
+
"sha512=0b9291641cbad0bf5ed9d842a76d8135154b5793040a6002b9fab7607c5d21a0df2e6d30957ea39b2367879e21ea41d5697e328e212e70273447717aa1745a7f"
+
]
+
}
+23
packages/bls12-381/bls12-381.1.1.0/opam
···
···
+
opam-version: "2.0"
+
synopsis: "Virtual package for BLS12-381 primitives"
+
maintainer: "Danny Willems <be.danny.willems@gmail.com>"
+
authors: "Danny Willems <be.danny.willems@gmail.com>"
+
license: "MIT"
+
homepage: "https://gitlab.com/dannywillems/ocaml-bls12-381"
+
bug-reports: "https://gitlab.com/dannywillems/ocaml-bls12-381/issues"
+
depends: [
+
"ocaml" {>= "4.08"}
+
"dune" {>= "2.8.4"}
+
"ff-sig" {>= "0.6.1" & < "0.7.0"}
+
"zarith" {>= "1.10" & < "2.0"}
+
]
+
build: ["dune" "build" "-j" jobs "-p" name "@install"]
+
dev-repo: "git+https://gitlab.com/dannywillems/ocaml-bls12-381.git"
+
url {
+
src:
+
"https://gitlab.com/dannywillems/ocaml-bls12-381/-/archive/1.1.0/ocaml-bls12-381-1.1.0.tar.bz2"
+
checksum: [
+
"md5=5f5d356f2e13e8749cd67315579eb54c"
+
"sha512=0b9291641cbad0bf5ed9d842a76d8135154b5793040a6002b9fab7607c5d21a0df2e6d30957ea39b2367879e21ea41d5697e328e212e70273447717aa1745a7f"
+
]
+
}