forked from ocaml/opam-repository
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request ocaml#16879 from pirbo/tezos-7.3
Tezos 7.3
- Loading branch information
Showing
43 changed files
with
1,155 additions
and
1 deletion.
There are no files selected for viewing
27 changes: 27 additions & 0 deletions
27
packages/tezos-accuser-006-PsCARTHA/tezos-accuser-006-PsCARTHA.7.3/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: "contact@tezos.com" | ||
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: [ | ||
"tezos-tooling" { with-test & = version } | ||
"dune" { >= "1.11" } | ||
"tezos-baking-006-PsCARTHA-commands" { = version } | ||
"tezos-client-base-unix" { = version } | ||
] | ||
build: [ | ||
["dune" "build" "-p" name "-j" jobs] | ||
["mv" "src/proto_006_PsCARTHA/bin_accuser/%{name}%.install" "./"] | ||
["dune" "runtest" "-p" name "-j" jobs] {with-test} | ||
] | ||
synopsis: "Tezos/Protocol: 006_PsCARTHA accuser binary" | ||
|
||
url { | ||
src: "https://gitlab.com/tezos/tezos/-/archive/v7.3/tezos-v7.3.tar.bz2" | ||
checksum: [ | ||
"sha256=898faf36eae39567c23b8cfc8df1fc6075ae420c02f857f0abc1c7817209a09e" | ||
"sha512=1bf5e15c7e7a9d39d1e1b7eee4cd1d50b99c6c4d196fa109f4978e74012a6f60d84aae54b66e1c767661e9f41d22b4ccbab69f023ba5e094274385516139d941" | ||
] | ||
} |
27 changes: 27 additions & 0 deletions
27
packages/tezos-baker-006-PsCARTHA/tezos-baker-006-PsCARTHA.7.3/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: "contact@tezos.com" | ||
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: [ | ||
"tezos-tooling" { with-test & = version } | ||
"dune" { >= "1.11" } | ||
"tezos-baking-006-PsCARTHA-commands" { = version } | ||
"tezos-client-base-unix" { = version } | ||
] | ||
build: [ | ||
["dune" "build" "-p" name "-j" jobs] | ||
["mv" "src/proto_006_PsCARTHA/bin_baker/%{name}%.install" "./"] | ||
["dune" "runtest" "-p" name "-j" jobs] {with-test} | ||
] | ||
synopsis: "Tezos/Protocol: 006_PsCARTHA baker binary" | ||
|
||
url { | ||
src: "https://gitlab.com/tezos/tezos/-/archive/v7.3/tezos-v7.3.tar.bz2" | ||
checksum: [ | ||
"sha256=898faf36eae39567c23b8cfc8df1fc6075ae420c02f857f0abc1c7817209a09e" | ||
"sha512=1bf5e15c7e7a9d39d1e1b7eee4cd1d50b99c6c4d196fa109f4978e74012a6f60d84aae54b66e1c767661e9f41d22b4ccbab69f023ba5e094274385516139d941" | ||
] | ||
} |
26 changes: 26 additions & 0 deletions
26
packages/tezos-baking-006-PsCARTHA-commands/tezos-baking-006-PsCARTHA-commands.7.3/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,26 @@ | ||
opam-version: "2.0" | ||
maintainer: "contact@tezos.com" | ||
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: [ | ||
"tezos-tooling" { with-test & = version } | ||
"dune" { >= "1.11" } | ||
"tezos-baking-006-PsCARTHA" { = version } | ||
] | ||
build: [ | ||
["dune" "build" "-p" name "-j" jobs] | ||
["mv" "src/proto_006_PsCARTHA/lib_delegate/%{name}%.install" "./"] | ||
["dune" "runtest" "-p" name "-j" jobs] {with-test} | ||
] | ||
synopsis: "Tezos/Protocol: protocol-specific commands for baking" | ||
|
||
url { | ||
src: "https://gitlab.com/tezos/tezos/-/archive/v7.3/tezos-v7.3.tar.bz2" | ||
checksum: [ | ||
"sha256=898faf36eae39567c23b8cfc8df1fc6075ae420c02f857f0abc1c7817209a09e" | ||
"sha512=1bf5e15c7e7a9d39d1e1b7eee4cd1d50b99c6c4d196fa109f4978e74012a6f60d84aae54b66e1c767661e9f41d22b4ccbab69f023ba5e094274385516139d941" | ||
] | ||
} |
28 changes: 28 additions & 0 deletions
28
packages/tezos-baking-006-PsCARTHA/tezos-baking-006-PsCARTHA.7.3/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: "contact@tezos.com" | ||
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: [ | ||
"tezos-tooling" { with-test & = version } | ||
"dune" { >= "1.11" } | ||
"tezos-shell-context" { = version } | ||
"tezos-client-commands" { = version } | ||
"tezos-client-006-PsCARTHA" { = version } | ||
] | ||
build: [ | ||
["dune" "build" "-p" name "-j" jobs] | ||
["mv" "src/proto_006_PsCARTHA/lib_delegate/%{name}%.install" "./"] | ||
["dune" "runtest" "-p" name "-j" jobs] {with-test} | ||
] | ||
synopsis: "Tezos/Protocol: base library for `tezos-baker/endorser/accuser`" | ||
|
||
url { | ||
src: "https://gitlab.com/tezos/tezos/-/archive/v7.3/tezos-v7.3.tar.bz2" | ||
checksum: [ | ||
"sha256=898faf36eae39567c23b8cfc8df1fc6075ae420c02f857f0abc1c7817209a09e" | ||
"sha512=1bf5e15c7e7a9d39d1e1b7eee4cd1d50b99c6c4d196fa109f4978e74012a6f60d84aae54b66e1c767661e9f41d22b4ccbab69f023ba5e094274385516139d941" | ||
] | ||
} |
26 changes: 26 additions & 0 deletions
26
packages/tezos-baking-alpha-commands/tezos-baking-alpha-commands.7.3/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,26 @@ | ||
opam-version: "2.0" | ||
maintainer: "contact@tezos.com" | ||
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: [ | ||
"tezos-tooling" { with-test & = version } | ||
"dune" { >= "1.11" } | ||
"tezos-baking-alpha" { = version } | ||
] | ||
build: [ | ||
["dune" "build" "-p" name "-j" jobs] | ||
["mv" "src/proto_alpha/lib_delegate/%{name}%.install" "./"] | ||
["dune" "runtest" "-p" name "-j" jobs] {with-test} | ||
] | ||
synopsis: "Tezos/Protocol: protocol-specific commands for baking" | ||
|
||
url { | ||
src: "https://gitlab.com/tezos/tezos/-/archive/v7.3/tezos-v7.3.tar.bz2" | ||
checksum: [ | ||
"sha256=898faf36eae39567c23b8cfc8df1fc6075ae420c02f857f0abc1c7817209a09e" | ||
"sha512=1bf5e15c7e7a9d39d1e1b7eee4cd1d50b99c6c4d196fa109f4978e74012a6f60d84aae54b66e1c767661e9f41d22b4ccbab69f023ba5e094274385516139d941" | ||
] | ||
} |
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: "contact@tezos.com" | ||
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: [ | ||
"tezos-tooling" { with-test & = version } | ||
"dune" { >= "1.11" } | ||
"tezos-shell-context" { = version } | ||
"tezos-client-commands" { = version } | ||
"tezos-client-alpha" { = version } | ||
] | ||
build: [ | ||
["dune" "build" "-p" name "-j" jobs] | ||
["mv" "src/proto_alpha/lib_delegate/%{name}%.install" "./"] | ||
["dune" "runtest" "-p" name "-j" jobs] {with-test} | ||
] | ||
synopsis: "Tezos/Protocol: base library for `tezos-baker/endorser/accuser`" | ||
|
||
url { | ||
src: "https://gitlab.com/tezos/tezos/-/archive/v7.3/tezos-v7.3.tar.bz2" | ||
checksum: [ | ||
"sha256=898faf36eae39567c23b8cfc8df1fc6075ae420c02f857f0abc1c7817209a09e" | ||
"sha512=1bf5e15c7e7a9d39d1e1b7eee4cd1d50b99c6c4d196fa109f4978e74012a6f60d84aae54b66e1c767661e9f41d22b4ccbab69f023ba5e094274385516139d941" | ||
] | ||
} |
27 changes: 27 additions & 0 deletions
27
packages/tezos-client-000-Ps9mPmXa/tezos-client-000-Ps9mPmXa.7.3/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: "contact@tezos.com" | ||
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: [ | ||
"tezos-tooling" { with-test & = version } | ||
"dune" { >= "1.11" } | ||
"tezos-client-commands" { = version } | ||
"tezos-protocol-000-Ps9mPmXa" { = version } | ||
] | ||
build: [ | ||
["dune" "build" "-p" name "-j" jobs] | ||
["mv" "src/proto_000_Ps9mPmXa/lib_client/%{name}%.install" "./"] | ||
["dune" "runtest" "-p" name "-j" jobs] {with-test} | ||
] | ||
synopsis: "Tezos/Protocol: 000-Ps9mPmXa (protocol-specific commands for `tezos-client`)" | ||
|
||
url { | ||
src: "https://gitlab.com/tezos/tezos/-/archive/v7.3/tezos-v7.3.tar.bz2" | ||
checksum: [ | ||
"sha256=898faf36eae39567c23b8cfc8df1fc6075ae420c02f857f0abc1c7817209a09e" | ||
"sha512=1bf5e15c7e7a9d39d1e1b7eee4cd1d50b99c6c4d196fa109f4978e74012a6f60d84aae54b66e1c767661e9f41d22b4ccbab69f023ba5e094274385516139d941" | ||
] | ||
} |
27 changes: 27 additions & 0 deletions
27
packages/tezos-client-001-PtCJ7pwo-commands/tezos-client-001-PtCJ7pwo-commands.7.3/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: "contact@tezos.com" | ||
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: [ | ||
"tezos-tooling" { with-test & = version } | ||
"dune" { >= "1.11" } | ||
"tezos-client-001-PtCJ7pwo" { = version } | ||
"tezos-client-commands" { = version } | ||
] | ||
build: [ | ||
["dune" "build" "-p" name "-j" jobs] | ||
["mv" "src/proto_001_PtCJ7pwo/lib_client_commands/%{name}%.install" "./"] | ||
["dune" "runtest" "-p" name "-j" jobs] {with-test} | ||
] | ||
synopsis: "Tezos/Protocol: 001_PtCJ7pwo (protocol-specific commands for `tezos-client`)" | ||
|
||
url { | ||
src: "https://gitlab.com/tezos/tezos/-/archive/v7.3/tezos-v7.3.tar.bz2" | ||
checksum: [ | ||
"sha256=898faf36eae39567c23b8cfc8df1fc6075ae420c02f857f0abc1c7817209a09e" | ||
"sha512=1bf5e15c7e7a9d39d1e1b7eee4cd1d50b99c6c4d196fa109f4978e74012a6f60d84aae54b66e1c767661e9f41d22b4ccbab69f023ba5e094274385516139d941" | ||
] | ||
} |
27 changes: 27 additions & 0 deletions
27
packages/tezos-client-001-PtCJ7pwo/tezos-client-001-PtCJ7pwo.7.3/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: "contact@tezos.com" | ||
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: [ | ||
"tezos-tooling" { with-test & = version } | ||
"dune" { >= "1.11" } | ||
"tezos-protocol-001-PtCJ7pwo" { = version } | ||
"tezos-signer-backends" { = version } | ||
] | ||
build: [ | ||
["dune" "build" "-p" name "-j" jobs] | ||
["mv" "src/proto_001_PtCJ7pwo/lib_client/%{name}%.install" "./"] | ||
["dune" "runtest" "-p" name "-j" jobs] {with-test} | ||
] | ||
synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" | ||
|
||
url { | ||
src: "https://gitlab.com/tezos/tezos/-/archive/v7.3/tezos-v7.3.tar.bz2" | ||
checksum: [ | ||
"sha256=898faf36eae39567c23b8cfc8df1fc6075ae420c02f857f0abc1c7817209a09e" | ||
"sha512=1bf5e15c7e7a9d39d1e1b7eee4cd1d50b99c6c4d196fa109f4978e74012a6f60d84aae54b66e1c767661e9f41d22b4ccbab69f023ba5e094274385516139d941" | ||
] | ||
} |
27 changes: 27 additions & 0 deletions
27
packages/tezos-client-002-PsYLVpVv-commands/tezos-client-002-PsYLVpVv-commands.7.3/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: "contact@tezos.com" | ||
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: [ | ||
"tezos-tooling" { with-test & = version } | ||
"dune" { >= "1.11" } | ||
"tezos-client-002-PsYLVpVv" { = version } | ||
"tezos-client-commands" { = version } | ||
] | ||
build: [ | ||
["dune" "build" "-p" name "-j" jobs] | ||
["mv" "src/proto_002_PsYLVpVv/lib_client_commands/%{name}%.install" "./"] | ||
["dune" "runtest" "-p" name "-j" jobs] {with-test} | ||
] | ||
synopsis: "Tezos/Protocol: 002_PsYLVpVv (protocol-specific commands for `tezos-client`)" | ||
|
||
url { | ||
src: "https://gitlab.com/tezos/tezos/-/archive/v7.3/tezos-v7.3.tar.bz2" | ||
checksum: [ | ||
"sha256=898faf36eae39567c23b8cfc8df1fc6075ae420c02f857f0abc1c7817209a09e" | ||
"sha512=1bf5e15c7e7a9d39d1e1b7eee4cd1d50b99c6c4d196fa109f4978e74012a6f60d84aae54b66e1c767661e9f41d22b4ccbab69f023ba5e094274385516139d941" | ||
] | ||
} |
27 changes: 27 additions & 0 deletions
27
packages/tezos-client-002-PsYLVpVv/tezos-client-002-PsYLVpVv.7.3/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: "contact@tezos.com" | ||
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: [ | ||
"tezos-tooling" { with-test & = version } | ||
"dune" { >= "1.11" } | ||
"tezos-protocol-002-PsYLVpVv" { = version } | ||
"tezos-signer-backends" { = version } | ||
] | ||
build: [ | ||
["dune" "build" "-p" name "-j" jobs] | ||
["mv" "src/proto_002_PsYLVpVv/lib_client/%{name}%.install" "./"] | ||
["dune" "runtest" "-p" name "-j" jobs] {with-test} | ||
] | ||
synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" | ||
|
||
url { | ||
src: "https://gitlab.com/tezos/tezos/-/archive/v7.3/tezos-v7.3.tar.bz2" | ||
checksum: [ | ||
"sha256=898faf36eae39567c23b8cfc8df1fc6075ae420c02f857f0abc1c7817209a09e" | ||
"sha512=1bf5e15c7e7a9d39d1e1b7eee4cd1d50b99c6c4d196fa109f4978e74012a6f60d84aae54b66e1c767661e9f41d22b4ccbab69f023ba5e094274385516139d941" | ||
] | ||
} |
27 changes: 27 additions & 0 deletions
27
packages/tezos-client-003-PsddFKi3-commands/tezos-client-003-PsddFKi3-commands.7.3/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: "contact@tezos.com" | ||
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: [ | ||
"tezos-tooling" { with-test & = version } | ||
"dune" { >= "1.11" } | ||
"tezos-client-003-PsddFKi3" { = version } | ||
"tezos-client-commands" { = version } | ||
] | ||
build: [ | ||
["dune" "build" "-p" name "-j" jobs] | ||
["mv" "src/proto_003_PsddFKi3/lib_client_commands/%{name}%.install" "./"] | ||
["dune" "runtest" "-p" name "-j" jobs] {with-test} | ||
] | ||
synopsis: "Tezos/Protocol: 003_PsddFKi3 (protocol-specific commands for `tezos-client`)" | ||
|
||
url { | ||
src: "https://gitlab.com/tezos/tezos/-/archive/v7.3/tezos-v7.3.tar.bz2" | ||
checksum: [ | ||
"sha256=898faf36eae39567c23b8cfc8df1fc6075ae420c02f857f0abc1c7817209a09e" | ||
"sha512=1bf5e15c7e7a9d39d1e1b7eee4cd1d50b99c6c4d196fa109f4978e74012a6f60d84aae54b66e1c767661e9f41d22b4ccbab69f023ba5e094274385516139d941" | ||
] | ||
} |
27 changes: 27 additions & 0 deletions
27
packages/tezos-client-003-PsddFKi3/tezos-client-003-PsddFKi3.7.3/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: "contact@tezos.com" | ||
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: [ | ||
"tezos-tooling" { with-test & = version } | ||
"dune" { >= "1.11" } | ||
"tezos-protocol-003-PsddFKi3" { = version } | ||
"tezos-signer-backends" { = version } | ||
] | ||
build: [ | ||
["dune" "build" "-p" name "-j" jobs] | ||
["mv" "src/proto_003_PsddFKi3/lib_client/%{name}%.install" "./"] | ||
["dune" "runtest" "-p" name "-j" jobs] {with-test} | ||
] | ||
synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`" | ||
|
||
url { | ||
src: "https://gitlab.com/tezos/tezos/-/archive/v7.3/tezos-v7.3.tar.bz2" | ||
checksum: [ | ||
"sha256=898faf36eae39567c23b8cfc8df1fc6075ae420c02f857f0abc1c7817209a09e" | ||
"sha512=1bf5e15c7e7a9d39d1e1b7eee4cd1d50b99c6c4d196fa109f4978e74012a6f60d84aae54b66e1c767661e9f41d22b4ccbab69f023ba5e094274385516139d941" | ||
] | ||
} |
27 changes: 27 additions & 0 deletions
27
packages/tezos-client-004-Pt24m4xi-commands/tezos-client-004-Pt24m4xi-commands.7.3/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: "contact@tezos.com" | ||
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: [ | ||
"tezos-tooling" { with-test & = version } | ||
"dune" { >= "1.11" } | ||
"tezos-client-004-Pt24m4xi" { = version } | ||
"tezos-client-commands" { = version } | ||
] | ||
build: [ | ||
["dune" "build" "-p" name "-j" jobs] | ||
["mv" "src/proto_004_Pt24m4xi/lib_client_commands/%{name}%.install" "./"] | ||
["dune" "runtest" "-p" name "-j" jobs] {with-test} | ||
] | ||
synopsis: "Tezos/Protocol: 004_Pt24m4xi (protocol-specific commands for `tezos-client`)" | ||
|
||
url { | ||
src: "https://gitlab.com/tezos/tezos/-/archive/v7.3/tezos-v7.3.tar.bz2" | ||
checksum: [ | ||
"sha256=898faf36eae39567c23b8cfc8df1fc6075ae420c02f857f0abc1c7817209a09e" | ||
"sha512=1bf5e15c7e7a9d39d1e1b7eee4cd1d50b99c6c4d196fa109f4978e74012a6f60d84aae54b66e1c767661e9f41d22b4ccbab69f023ba5e094274385516139d941" | ||
] | ||
} |
Oops, something went wrong.