this repo has no description

Release bls12-381-unix.1.0.1 and bls12-381.1.0.1

Changed files
+56
packages
bls12-381
bls12-381.1.0.1
bls12-381-unix
bls12-381-unix.1.0.1
+33
packages/bls12-381-unix/bls12-381-unix.1.0.1/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"}
+
"ctypes" {>= "0.18.0" & < "0.19.0"}
+
"ctypes-foreign"
+
"bls12-381" {= version}
+
"hex"
+
"alcotest" {with-test}
+
"bisect_ppx" {with-test & >= "2.5"}
+
"ff-pbt" {>= "0.6.0" & < "0.7.0" & with-test}
+
]
+
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.0.1/ocaml-bls12-381-1.0.1.tar.bz2"
+
checksum: [
+
"md5=77841c4e31fd85b70b8a0e52f80ca37d"
+
"sha512=f69d611deb6132d07f0a8ecde7bb118f733de802e241056c5e2b194579c5723a12d58e93410bd56f68a608568de035b61f018d1fea52388f54875d77b8f386c2"
+
]
+
}
+23
packages/bls12-381/bls12-381.1.0.1/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.0.1/ocaml-bls12-381-1.0.1.tar.bz2"
+
checksum: [
+
"md5=77841c4e31fd85b70b8a0e52f80ca37d"
+
"sha512=f69d611deb6132d07f0a8ecde7bb118f733de802e241056c5e2b194579c5723a12d58e93410bd56f68a608568de035b61f018d1fea52388f54875d77b8f386c2"
+
]
+
}