File tree Expand file tree Collapse file tree 7 files changed +191
-0
lines changed
tezos-client-000-Ps9mPmXa/tezos-client-000-Ps9mPmXa.7.0
tezos-client-001-PtCJ7pwo/tezos-client-001-PtCJ7pwo.7.0
tezos-client-002-PsYLVpVv/tezos-client-002-PsYLVpVv.7.0
tezos-client-003-PsddFKi3/tezos-client-003-PsddFKi3.7.0
tezos-client-004-Pt24m4xi/tezos-client-004-Pt24m4xi.7.0
tezos-client-005-PsBabyM1/tezos-client-005-PsBabyM1.7.0
tezos-client-006-PsCARTHA/tezos-client-006-PsCARTHA.7.0 Expand file tree Collapse file tree 7 files changed +191
-0
lines changed Original file line number Diff line number Diff line change
1
+ opam-version: "2.0"
2
+
3
+ authors: [ "Tezos devteam" ]
4
+ homepage: "https://www.tezos.com/"
5
+ bug-reports: "https://gitlab.com/tezos/tezos/issues"
6
+ dev-repo: "git+https://gitlab.com/tezos/tezos.git"
7
+ license: "MIT"
8
+ depends: [
9
+ "tezos-tooling" { with-test & = version }
10
+ "dune" { >= "1.11" }
11
+ "tezos-client-commands" { = version }
12
+ "tezos-protocol-000-Ps9mPmXa" { = version }
13
+ ]
14
+ build: [
15
+ ["dune" "build" "-p" name "-j" jobs]
16
+ ["mv" "src/proto_000_Ps9mPmXa/lib_client/%{name}%.install" "./"]
17
+ ["dune" "runtest" "-p" name "-j" jobs] {with-test}
18
+ ]
19
+ synopsis: "Tezos/Protocol: 000-Ps9mPmXa (protocol-specific commands for `tezos-client`)"
20
+
21
+ url {
22
+ src: "https://gitlab.com/tezos/tezos/-/archive/v7.0/tezos-v7.0.tar.bz2"
23
+ checksum: [
24
+ "sha256=aeb9b56c9c6dc1b7fc1ecb3aa81607b11ba3939350a72f9586ba62bbd16c0c91"
25
+ "sha512=f3ab3dbffd49ec1ddb6db01433c3c3a8900f6b134188907f53b22f2ccb3bd0b9f36ed8a6547403e80aa7fe4a0ac177a9fdb78459194fe3acd8c445a744be2ad5"
26
+ ]
27
+ }
Original file line number Diff line number Diff line change
1
+ opam-version: "2.0"
2
+
3
+ authors: [ "Tezos devteam" ]
4
+ homepage: "https://www.tezos.com/"
5
+ bug-reports: "https://gitlab.com/tezos/tezos/issues"
6
+ dev-repo: "git+https://gitlab.com/tezos/tezos.git"
7
+ license: "MIT"
8
+ depends: [
9
+ "tezos-tooling" { with-test & = version }
10
+ "dune" { >= "1.11" }
11
+ "tezos-protocol-001-PtCJ7pwo" { = version }
12
+ "tezos-signer-backends" { = version }
13
+ ]
14
+ build: [
15
+ ["dune" "build" "-p" name "-j" jobs]
16
+ ["mv" "src/proto_001_PtCJ7pwo/lib_client/%{name}%.install" "./"]
17
+ ["dune" "runtest" "-p" name "-j" jobs] {with-test}
18
+ ]
19
+ synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`"
20
+
21
+ url {
22
+ src: "https://gitlab.com/tezos/tezos/-/archive/v7.0/tezos-v7.0.tar.bz2"
23
+ checksum: [
24
+ "sha256=aeb9b56c9c6dc1b7fc1ecb3aa81607b11ba3939350a72f9586ba62bbd16c0c91"
25
+ "sha512=f3ab3dbffd49ec1ddb6db01433c3c3a8900f6b134188907f53b22f2ccb3bd0b9f36ed8a6547403e80aa7fe4a0ac177a9fdb78459194fe3acd8c445a744be2ad5"
26
+ ]
27
+ }
Original file line number Diff line number Diff line change
1
+ opam-version: "2.0"
2
+
3
+ authors: [ "Tezos devteam" ]
4
+ homepage: "https://www.tezos.com/"
5
+ bug-reports: "https://gitlab.com/tezos/tezos/issues"
6
+ dev-repo: "git+https://gitlab.com/tezos/tezos.git"
7
+ license: "MIT"
8
+ depends: [
9
+ "tezos-tooling" { with-test & = version }
10
+ "dune" { >= "1.11" }
11
+ "tezos-protocol-002-PsYLVpVv" { = version }
12
+ "tezos-signer-backends" { = version }
13
+ ]
14
+ build: [
15
+ ["dune" "build" "-p" name "-j" jobs]
16
+ ["mv" "src/proto_002_PsYLVpVv/lib_client/%{name}%.install" "./"]
17
+ ["dune" "runtest" "-p" name "-j" jobs] {with-test}
18
+ ]
19
+ synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`"
20
+
21
+ url {
22
+ src: "https://gitlab.com/tezos/tezos/-/archive/v7.0/tezos-v7.0.tar.bz2"
23
+ checksum: [
24
+ "sha256=aeb9b56c9c6dc1b7fc1ecb3aa81607b11ba3939350a72f9586ba62bbd16c0c91"
25
+ "sha512=f3ab3dbffd49ec1ddb6db01433c3c3a8900f6b134188907f53b22f2ccb3bd0b9f36ed8a6547403e80aa7fe4a0ac177a9fdb78459194fe3acd8c445a744be2ad5"
26
+ ]
27
+ }
Original file line number Diff line number Diff line change
1
+ opam-version: "2.0"
2
+
3
+ authors: [ "Tezos devteam" ]
4
+ homepage: "https://www.tezos.com/"
5
+ bug-reports: "https://gitlab.com/tezos/tezos/issues"
6
+ dev-repo: "git+https://gitlab.com/tezos/tezos.git"
7
+ license: "MIT"
8
+ depends: [
9
+ "tezos-tooling" { with-test & = version }
10
+ "dune" { >= "1.11" }
11
+ "tezos-protocol-003-PsddFKi3" { = version }
12
+ "tezos-signer-backends" { = version }
13
+ ]
14
+ build: [
15
+ ["dune" "build" "-p" name "-j" jobs]
16
+ ["mv" "src/proto_003_PsddFKi3/lib_client/%{name}%.install" "./"]
17
+ ["dune" "runtest" "-p" name "-j" jobs] {with-test}
18
+ ]
19
+ synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`"
20
+
21
+ url {
22
+ src: "https://gitlab.com/tezos/tezos/-/archive/v7.0/tezos-v7.0.tar.bz2"
23
+ checksum: [
24
+ "sha256=aeb9b56c9c6dc1b7fc1ecb3aa81607b11ba3939350a72f9586ba62bbd16c0c91"
25
+ "sha512=f3ab3dbffd49ec1ddb6db01433c3c3a8900f6b134188907f53b22f2ccb3bd0b9f36ed8a6547403e80aa7fe4a0ac177a9fdb78459194fe3acd8c445a744be2ad5"
26
+ ]
27
+ }
Original file line number Diff line number Diff line change
1
+ opam-version: "2.0"
2
+
3
+ authors: [ "Tezos devteam" ]
4
+ homepage: "https://www.tezos.com/"
5
+ bug-reports: "https://gitlab.com/tezos/tezos/issues"
6
+ dev-repo: "git+https://gitlab.com/tezos/tezos.git"
7
+ license: "MIT"
8
+ depends: [
9
+ "tezos-tooling" { with-test & = version }
10
+ "dune" { >= "1.11" }
11
+ "tezos-protocol-004-Pt24m4xi" { = version }
12
+ "tezos-signer-backends" { = version }
13
+ ]
14
+ build: [
15
+ ["dune" "build" "-p" name "-j" jobs]
16
+ ["mv" "src/proto_004_Pt24m4xi/lib_client/%{name}%.install" "./"]
17
+ ["dune" "runtest" "-p" name "-j" jobs] {with-test}
18
+ ]
19
+ synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`"
20
+
21
+ url {
22
+ src: "https://gitlab.com/tezos/tezos/-/archive/v7.0/tezos-v7.0.tar.bz2"
23
+ checksum: [
24
+ "sha256=aeb9b56c9c6dc1b7fc1ecb3aa81607b11ba3939350a72f9586ba62bbd16c0c91"
25
+ "sha512=f3ab3dbffd49ec1ddb6db01433c3c3a8900f6b134188907f53b22f2ccb3bd0b9f36ed8a6547403e80aa7fe4a0ac177a9fdb78459194fe3acd8c445a744be2ad5"
26
+ ]
27
+ }
Original file line number Diff line number Diff line change
1
+ opam-version: "2.0"
2
+
3
+ authors: [ "Tezos devteam" ]
4
+ homepage: "https://www.tezos.com/"
5
+ bug-reports: "https://gitlab.com/tezos/tezos/issues"
6
+ dev-repo: "git+https://gitlab.com/tezos/tezos.git"
7
+ license: "MIT"
8
+ depends: [
9
+ "tezos-tooling" { with-test & = version }
10
+ "dune" { >= "1.11" }
11
+ "tezos-protocol-005-PsBabyM1" { = version }
12
+ "tezos-signer-backends" { = version }
13
+ ]
14
+ build: [
15
+ ["dune" "build" "-p" name "-j" jobs]
16
+ ["mv" "src/proto_005_PsBabyM1/lib_client/%{name}%.install" "./"]
17
+ ["dune" "runtest" "-p" name "-j" jobs] {with-test}
18
+ ]
19
+ synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`"
20
+
21
+ url {
22
+ src: "https://gitlab.com/tezos/tezos/-/archive/v7.0/tezos-v7.0.tar.bz2"
23
+ checksum: [
24
+ "sha256=aeb9b56c9c6dc1b7fc1ecb3aa81607b11ba3939350a72f9586ba62bbd16c0c91"
25
+ "sha512=f3ab3dbffd49ec1ddb6db01433c3c3a8900f6b134188907f53b22f2ccb3bd0b9f36ed8a6547403e80aa7fe4a0ac177a9fdb78459194fe3acd8c445a744be2ad5"
26
+ ]
27
+ }
Original file line number Diff line number Diff line change
1
+ opam-version: "2.0"
2
+
3
+ authors: [ "Tezos devteam" ]
4
+ homepage: "https://www.tezos.com/"
5
+ bug-reports: "https://gitlab.com/tezos/tezos/issues"
6
+ dev-repo: "git+https://gitlab.com/tezos/tezos.git"
7
+ license: "MIT"
8
+ depends: [
9
+ "tezos-tooling" { with-test & = version }
10
+ "dune" { >= "1.11" }
11
+ "tezos-mockup-registration" { = version }
12
+ "tezos-signer-backends" { = version }
13
+ "tezos-protocol-006-PsCARTHA-parameters" { = version }
14
+ "alcotest-lwt" { with-test & = "0.8.5" }
15
+ ]
16
+ build: [
17
+ ["dune" "build" "-p" name "-j" jobs]
18
+ ["mv" "src/proto_006_PsCARTHA/lib_client/%{name}%.install" "./"]
19
+ ["dune" "runtest" "-p" name "-j" jobs] {with-test}
20
+ ]
21
+ synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`"
22
+
23
+ url {
24
+ src: "https://gitlab.com/tezos/tezos/-/archive/v7.0/tezos-v7.0.tar.bz2"
25
+ checksum: [
26
+ "sha256=aeb9b56c9c6dc1b7fc1ecb3aa81607b11ba3939350a72f9586ba62bbd16c0c91"
27
+ "sha512=f3ab3dbffd49ec1ddb6db01433c3c3a8900f6b134188907f53b22f2ccb3bd0b9f36ed8a6547403e80aa7fe4a0ac177a9fdb78459194fe3acd8c445a744be2ad5"
28
+ ]
29
+ }
You can’t perform that action at this time.
0 commit comments