File tree Expand file tree Collapse file tree 2 files changed +59
-0
lines changed
bls12-381-gen/bls12-381-gen.0.4.4
bls12-381-legacy/bls12-381-legacy.0.4.4 Expand file tree Collapse file tree 2 files changed +59
-0
lines changed Original file line number Diff line number Diff line change
1
+ opam-version: "2.0"
2
+ synopsis: "Functors to generate BLS12-381 primitives based on stubs"
3
+ description: "Functors to generate BLS12-381 primitives based on stubs"
4
+ maintainer: "Danny Willems <
[email protected] >"
5
+ authors: "Danny Willems <
[email protected] >"
6
+ license: "MIT"
7
+ homepage: "https://gitlab.com/dannywillems/ocaml-bls12-381"
8
+ bug-reports: "https://gitlab.com/dannywillems/ocaml-bls12-381/issues"
9
+ depends: [
10
+ "ocaml" {>= "4.08"}
11
+ "dune" {>= "2.8.4"}
12
+ "ff-sig" {>= "0.6.1" & < "0.7.0"}
13
+ "zarith" {>= "1.10" & < "2.0"}
14
+ "bisect_ppx" {with-test & >= "2.5"}
15
+ ]
16
+ build: ["dune" "build" "-j" jobs "-p" name "@install"]
17
+ dev-repo: "git+https://gitlab.com/dannywillems/ocaml-bls12-381.git"
18
+ url {
19
+ src:
20
+ "https://gitlab.com/dannywillems/ocaml-bls12-381/-/archive/0.4.4-legacy/ocaml-bls12-381-0.4.4-legacy.tar.bz2"
21
+ checksum: [
22
+ "md5=a2051b5842a2deeb10ad99c57a7ea443"
23
+ "sha512=3e2669baf621304bbe14bcb53ab128d01577b98f13bec497953328c8605c9dc5667c873b680e087dd240362ee77b0f15d1d4bbe60dd67a2dc4b8b64838189d6a"
24
+ ]
25
+ }
Original file line number Diff line number Diff line change
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
+ }
You can’t perform that action at this time.
0 commit comments