-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Tezos CI
committed
Jul 19, 2023
1 parent
e8f8b4c
commit 157d78e
Showing
195 changed files
with
6,506 additions
and
0 deletions.
There are no files selected for viewing
32 changes: 32 additions & 0 deletions
32
packages/octez-accuser-PtMumbai/octez-accuser-PtMumbai.17.2/opam
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
opam-version: "2.0" | ||
maintainer: "[email protected]" | ||
authors: ["Tezos devteam"] | ||
homepage: "https://www.tezos.com/" | ||
bug-reports: "https://gitlab.com/tezos/tezos/issues" | ||
dev-repo: "git+https://gitlab.com/tezos/tezos.git" | ||
license: "MIT" | ||
depends: [ | ||
"dune" { >= "3.0" } | ||
"ocaml" { >= "4.14" } | ||
"tezos-base" { = version } | ||
"tezos-clic" { = version } | ||
"tezos-protocol-016-PtMumbai" { = version } | ||
"tezos-client-016-PtMumbai" { = version } | ||
"tezos-client-commands" { = version } | ||
"tezos-baking-016-PtMumbai-commands" { = version } | ||
"tezos-stdlib-unix" { = version } | ||
"tezos-client-base-unix" { = version } | ||
] | ||
build: [ | ||
["rm" "-r" "vendors"] | ||
["dune" "build" "-p" name "-j" jobs] | ||
["dune" "runtest" "-p" name "-j" jobs] {with-test} | ||
] | ||
synopsis: "Tezos/Protocol: accuser binary" | ||
url { | ||
src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" | ||
checksum: [ | ||
"sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" | ||
"sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" | ||
] | ||
} |
32 changes: 32 additions & 0 deletions
32
packages/octez-accuser-PtNairob/octez-accuser-PtNairob.17.2/opam
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
opam-version: "2.0" | ||
maintainer: "[email protected]" | ||
authors: ["Tezos devteam"] | ||
homepage: "https://www.tezos.com/" | ||
bug-reports: "https://gitlab.com/tezos/tezos/issues" | ||
dev-repo: "git+https://gitlab.com/tezos/tezos.git" | ||
license: "MIT" | ||
depends: [ | ||
"dune" { >= "3.0" } | ||
"ocaml" { >= "4.14" } | ||
"tezos-base" { = version } | ||
"tezos-clic" { = version } | ||
"tezos-protocol-017-PtNairob" { = version } | ||
"tezos-client-017-PtNairob" { = version } | ||
"tezos-client-commands" { = version } | ||
"tezos-baking-017-PtNairob-commands" { = version } | ||
"tezos-stdlib-unix" { = version } | ||
"tezos-client-base-unix" { = version } | ||
] | ||
build: [ | ||
["rm" "-r" "vendors"] | ||
["dune" "build" "-p" name "-j" jobs] | ||
["dune" "runtest" "-p" name "-j" jobs] {with-test} | ||
] | ||
synopsis: "Tezos/Protocol: accuser binary" | ||
url { | ||
src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" | ||
checksum: [ | ||
"sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" | ||
"sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
opam-version: "2.0" | ||
maintainer: "[email protected]" | ||
authors: ["Tezos devteam"] | ||
homepage: "https://www.tezos.com/" | ||
bug-reports: "https://gitlab.com/tezos/tezos/issues" | ||
dev-repo: "git+https://gitlab.com/tezos/tezos.git" | ||
license: "MIT" | ||
depends: [ | ||
"dune" { >= "3.0" } | ||
"ocaml" { >= "4.14" } | ||
"tezt" { >= "3.1.0" } | ||
] | ||
build: [ | ||
["rm" "-r" "vendors"] | ||
["dune" "build" "-p" name "-j" jobs] | ||
["dune" "runtest" "-p" name "-j" jobs] {with-test} | ||
] | ||
synopsis: "Provide the interface of Alcotest for Octez, but with Tezt as backend" | ||
url { | ||
src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" | ||
checksum: [ | ||
"sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" | ||
"sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" | ||
] | ||
} |
32 changes: 32 additions & 0 deletions
32
packages/octez-baker-PtMumbai/octez-baker-PtMumbai.17.2/opam
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
opam-version: "2.0" | ||
maintainer: "[email protected]" | ||
authors: ["Tezos devteam"] | ||
homepage: "https://www.tezos.com/" | ||
bug-reports: "https://gitlab.com/tezos/tezos/issues" | ||
dev-repo: "git+https://gitlab.com/tezos/tezos.git" | ||
license: "MIT" | ||
depends: [ | ||
"dune" { >= "3.0" } | ||
"ocaml" { >= "4.14" } | ||
"tezos-base" { = version } | ||
"tezos-clic" { = version } | ||
"tezos-protocol-016-PtMumbai" { = version } | ||
"tezos-client-016-PtMumbai" { = version } | ||
"tezos-client-commands" { = version } | ||
"tezos-baking-016-PtMumbai-commands" { = version } | ||
"tezos-stdlib-unix" { = version } | ||
"tezos-client-base-unix" { = version } | ||
] | ||
build: [ | ||
["rm" "-r" "vendors"] | ||
["dune" "build" "-p" name "-j" jobs] | ||
["dune" "runtest" "-p" name "-j" jobs] {with-test} | ||
] | ||
synopsis: "Tezos/Protocol: baker binary" | ||
url { | ||
src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" | ||
checksum: [ | ||
"sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" | ||
"sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" | ||
] | ||
} |
32 changes: 32 additions & 0 deletions
32
packages/octez-baker-PtNairob/octez-baker-PtNairob.17.2/opam
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
opam-version: "2.0" | ||
maintainer: "[email protected]" | ||
authors: ["Tezos devteam"] | ||
homepage: "https://www.tezos.com/" | ||
bug-reports: "https://gitlab.com/tezos/tezos/issues" | ||
dev-repo: "git+https://gitlab.com/tezos/tezos.git" | ||
license: "MIT" | ||
depends: [ | ||
"dune" { >= "3.0" } | ||
"ocaml" { >= "4.14" } | ||
"tezos-base" { = version } | ||
"tezos-clic" { = version } | ||
"tezos-protocol-017-PtNairob" { = version } | ||
"tezos-client-017-PtNairob" { = version } | ||
"tezos-client-commands" { = version } | ||
"tezos-baking-017-PtNairob-commands" { = version } | ||
"tezos-stdlib-unix" { = version } | ||
"tezos-client-base-unix" { = version } | ||
] | ||
build: [ | ||
["rm" "-r" "vendors"] | ||
["dune" "build" "-p" name "-j" jobs] | ||
["dune" "runtest" "-p" name "-j" jobs] {with-test} | ||
] | ||
synopsis: "Tezos/Protocol: baker binary" | ||
url { | ||
src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" | ||
checksum: [ | ||
"sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" | ||
"sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" | ||
] | ||
} |
27 changes: 27 additions & 0 deletions
27
packages/octez-bls12-381-hash/octez-bls12-381-hash.17.2/opam
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
opam-version: "2.0" | ||
maintainer: "[email protected]" | ||
authors: ["Tezos devteam"] | ||
homepage: "https://www.tezos.com/" | ||
bug-reports: "https://gitlab.com/tezos/tezos/issues" | ||
dev-repo: "git+https://gitlab.com/tezos/tezos.git" | ||
license: "MIT" | ||
depends: [ | ||
"dune" { >= "3.0" } | ||
"ocaml" { >= "4.14" } | ||
"bls12-381" { >= "6.1.0" & < "6.2.0" } | ||
"bisect_ppx" { >= "2.7.0" } | ||
"alcotest" { with-test & >= "1.5.0" } | ||
] | ||
build: [ | ||
["rm" "-r" "vendors"] | ||
["dune" "build" "-p" name "-j" jobs] | ||
["dune" "runtest" "-p" name "-j" jobs] {with-test} | ||
] | ||
synopsis: "Implementation of some cryptographic hash primitives using the scalar field of BLS12-381" | ||
url { | ||
src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" | ||
checksum: [ | ||
"sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" | ||
"sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" | ||
] | ||
} |
32 changes: 32 additions & 0 deletions
32
packages/octez-bls12-381-polynomial/octez-bls12-381-polynomial.17.2/opam
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
opam-version: "2.0" | ||
maintainer: "[email protected]" | ||
authors: ["Tezos devteam"] | ||
homepage: "https://www.tezos.com/" | ||
bug-reports: "https://gitlab.com/tezos/tezos/issues" | ||
dev-repo: "git+https://gitlab.com/tezos/tezos.git" | ||
license: "MIT" | ||
depends: [ | ||
"dune" { >= "3.0" } | ||
"ocaml" { >= "4.14" } | ||
"ppx_repr" { >= "0.6.0" } | ||
"bls12-381" { >= "6.1.0" & < "6.2.0" } | ||
"bigstringaf" { >= "0.5.0" } | ||
"tezt" { with-test & >= "3.1.0" } | ||
"octez-alcotezt" { with-test & = version } | ||
"qcheck-alcotest" { with-test & >= "0.20" } | ||
"octez-polynomial" { with-test & = version } | ||
"bisect_ppx" { with-test & >= "2.7.0" } | ||
] | ||
build: [ | ||
["rm" "-r" "vendors"] | ||
["dune" "build" "-p" name "-j" jobs] | ||
["dune" "runtest" "-p" name "-j" jobs] {with-test} | ||
] | ||
synopsis: "Polynomials over BLS12-381 finite field - Temporary vendored version of Octez" | ||
url { | ||
src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" | ||
checksum: [ | ||
"sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" | ||
"sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" | ||
] | ||
} |
28 changes: 28 additions & 0 deletions
28
packages/octez-bls12-381-signature/octez-bls12-381-signature.17.2/opam
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
opam-version: "2.0" | ||
maintainer: "[email protected]" | ||
authors: ["Tezos devteam"] | ||
homepage: "https://www.tezos.com/" | ||
bug-reports: "https://gitlab.com/tezos/tezos/issues" | ||
dev-repo: "git+https://gitlab.com/tezos/tezos.git" | ||
license: "MIT" | ||
depends: [ | ||
"dune" { >= "3.0" } | ||
"ocaml" { >= "4.14" } | ||
"bls12-381" { >= "6.1.0" & < "6.2.0" } | ||
"alcotest" { with-test & >= "1.5.0" } | ||
"integers_stubs_js" {with-test} | ||
"re" { >= "1.9.0" } | ||
] | ||
build: [ | ||
["rm" "-r" "vendors"] | ||
["dune" "build" "-p" name "-j" jobs] | ||
["dune" "runtest" "-p" name "-j" jobs] {with-test} | ||
] | ||
synopsis: "Implementation of BLS signatures for the pairing-friendly curve BLS12-381" | ||
url { | ||
src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" | ||
checksum: [ | ||
"sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" | ||
"sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,106 @@ | ||
opam-version: "2.0" | ||
maintainer: "[email protected]" | ||
authors: ["Tezos devteam"] | ||
homepage: "https://www.tezos.com/" | ||
bug-reports: "https://gitlab.com/tezos/tezos/issues" | ||
dev-repo: "git+https://gitlab.com/tezos/tezos.git" | ||
license: "MIT" | ||
depends: [ | ||
"dune" { >= "3.0" } | ||
"ocaml" { >= "4.14" } | ||
"tezos-base" { = version } | ||
"tezos-clic" { = version } | ||
"tezos-rpc-http-client" { = version } | ||
"tezos-stdlib-unix" { = version } | ||
"tezos-shell-services" { = version } | ||
"tezos-client-base" { = version } | ||
"tezos-client-commands" { = version } | ||
"tezos-mockup-commands" { = version } | ||
"tezos-proxy" { = version } | ||
"tezos-client-base-unix" { = version } | ||
"tezos-signer-backends" { = version } | ||
"uri" { >= "3.1.0" } | ||
"tezos-client-016-PtMumbai" { = version } | ||
"tezos-baking-016-PtMumbai-commands" { = version } | ||
"tezos-protocol-plugin-016-PtMumbai" { = version } | ||
"tezos-client-017-PtNairob" { = version } | ||
"tezos-baking-017-PtNairob-commands" { = version } | ||
"tezos-protocol-plugin-017-PtNairob" { = version } | ||
] | ||
depopts: [ | ||
"tezos-client-genesis" | ||
"tezos-client-demo-counter" | ||
"tezos-client-000-Ps9mPmXa" | ||
"tezos-client-001-PtCJ7pwo" | ||
"tezos-client-002-PsYLVpVv" | ||
"tezos-client-003-PsddFKi3" | ||
"tezos-client-004-Pt24m4xi" | ||
"tezos-client-005-PsBabyM1" | ||
"tezos-client-006-PsCARTHA" | ||
"tezos-client-007-PsDELPH1" | ||
"tezos-protocol-plugin-007-PsDELPH1" | ||
"tezos-client-008-PtEdo2Zk" | ||
"tezos-protocol-plugin-008-PtEdo2Zk" | ||
"tezos-client-009-PsFLoren" | ||
"tezos-protocol-plugin-009-PsFLoren" | ||
"tezos-client-010-PtGRANAD" | ||
"tezos-protocol-plugin-010-PtGRANAD" | ||
"tezos-client-011-PtHangz2" | ||
"tezos-protocol-plugin-011-PtHangz2" | ||
"tezos-client-012-Psithaca" | ||
"tezos-protocol-plugin-012-Psithaca" | ||
"tezos-client-013-PtJakart" | ||
"tezos-protocol-plugin-013-PtJakart" | ||
"tezos-client-014-PtKathma" | ||
"tezos-protocol-plugin-014-PtKathma" | ||
"tezos-client-015-PtLimaPt" | ||
"tezos-protocol-plugin-015-PtLimaPt" | ||
"tezos-client-alpha" | ||
"tezos-baking-alpha-commands" | ||
"tezos-protocol-plugin-alpha" | ||
] | ||
conflicts: [ | ||
"tezos-client-genesis" { != version } | ||
"tezos-client-demo-counter" { != version } | ||
"tezos-client-000-Ps9mPmXa" { != version } | ||
"tezos-client-001-PtCJ7pwo" { != version } | ||
"tezos-client-002-PsYLVpVv" { != version } | ||
"tezos-client-003-PsddFKi3" { != version } | ||
"tezos-client-004-Pt24m4xi" { != version } | ||
"tezos-client-005-PsBabyM1" { != version } | ||
"tezos-client-006-PsCARTHA" { != version } | ||
"tezos-client-007-PsDELPH1" { != version } | ||
"tezos-protocol-plugin-007-PsDELPH1" { != version } | ||
"tezos-client-008-PtEdo2Zk" { != version } | ||
"tezos-protocol-plugin-008-PtEdo2Zk" { != version } | ||
"tezos-client-009-PsFLoren" { != version } | ||
"tezos-protocol-plugin-009-PsFLoren" { != version } | ||
"tezos-client-010-PtGRANAD" { != version } | ||
"tezos-protocol-plugin-010-PtGRANAD" { != version } | ||
"tezos-client-011-PtHangz2" { != version } | ||
"tezos-protocol-plugin-011-PtHangz2" { != version } | ||
"tezos-client-012-Psithaca" { != version } | ||
"tezos-protocol-plugin-012-Psithaca" { != version } | ||
"tezos-client-013-PtJakart" { != version } | ||
"tezos-protocol-plugin-013-PtJakart" { != version } | ||
"tezos-client-014-PtKathma" { != version } | ||
"tezos-protocol-plugin-014-PtKathma" { != version } | ||
"tezos-client-015-PtLimaPt" { != version } | ||
"tezos-protocol-plugin-015-PtLimaPt" { != version } | ||
"tezos-client-alpha" { != version } | ||
"tezos-baking-alpha-commands" { != version } | ||
"tezos-protocol-plugin-alpha" { != version } | ||
] | ||
build: [ | ||
["rm" "-r" "vendors"] | ||
["dune" "build" "-p" name "-j" jobs] | ||
["dune" "runtest" "-p" name "-j" jobs] {with-test} | ||
] | ||
synopsis: "Tezos: `octez-client` binary" | ||
url { | ||
src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" | ||
checksum: [ | ||
"sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" | ||
"sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" | ||
] | ||
} |
Oops, something went wrong.