Skip to content

Commit 2d9c5b9

Browse files
eloidannywillems
eloi
authored andcommitted
Release bls12-381-legacy-0.4.4
1 parent 56364ff commit 2d9c5b9

File tree

1 file changed

+34
-0
lines changed
  • packages/bls12-381-legacy/bls12-381-legacy.0.4.4

1 file changed

+34
-0
lines changed
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
opam-version: "2.0"
2+
synopsis:
3+
"UNIX version of BLS12-381 primitives. Not implementating the virtual package bls12-381"
4+
description:
5+
"This package should only be used if newer versions of bls12-381 conflict with this version. This package should be considered as legacy and should never be used."
6+
maintainer: "Danny Willems <[email protected]>"
7+
authors: "Danny Willems <[email protected]>"
8+
license: "MIT"
9+
homepage: "https://gitlab.com/dannywillems/ocaml-bls12-381"
10+
bug-reports: "https://gitlab.com/dannywillems/ocaml-bls12-381/issues"
11+
depends: [
12+
"ocaml" {>= "4.08"}
13+
"conf-rust" {build}
14+
"dune" {>= "2.8.4"}
15+
"dune-configurator" {build}
16+
"ff-sig" {>= "0.6.1" & < "0.7.0"}
17+
"zarith" {>= "1.10" & < "2.0"}
18+
"ctypes" {>= "0.18.0" & < "0.19.0"}
19+
"bls12-381-gen" {= version}
20+
"tezos-rust-libs" {= "1.1"}
21+
"alcotest" {with-test}
22+
"ff-pbt" {>= "0.6.0" & < "0.7.0" & with-test}
23+
]
24+
build: ["dune" "build" "-j" jobs "-p" name "@install"]
25+
run-test: ["dune" "runtest" "-p" name "-j" jobs]
26+
dev-repo: "git+https://gitlab.com/dannywillems/ocaml-bls12-381.git"
27+
url {
28+
src:
29+
"https://gitlab.com/dannywillems/ocaml-bls12-381/-/archive/0.4.4-legacy/ocaml-bls12-381-0.4.4-legacy.tar.bz2"
30+
checksum: [
31+
"md5=a2051b5842a2deeb10ad99c57a7ea443"
32+
"sha512=3e2669baf621304bbe14bcb53ab128d01577b98f13bec497953328c8605c9dc5667c873b680e087dd240362ee77b0f15d1d4bbe60dd67a2dc4b8b64838189d6a"
33+
]
34+
}

0 commit comments

Comments
 (0)