-
Notifications
You must be signed in to change notification settings - Fork 1.1k
/
opam
31 lines (31 loc) · 1.04 KB
/
opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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: [
"dune" { >= "3.0" }
"tezos-base" { = version }
"tezos-clic" { = version }
"tezos-protocol-015-PtLimaPt" { = version }
"tezos-client-015-PtLimaPt" { = version }
"tezos-client-base" { = version }
"tezos-client-base-unix" { = version }
"tezos-tx-rollup-015-PtLimaPt" { = version }
]
build: [
["rm" "-r" "vendors"]
["dune" "build" "-p" name "-j" jobs]
["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
synopsis: "Tezos/Protocol: Transaction Rollup node binary"
available: false
url {
src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download"
checksum: [
"sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557"
"sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb"
]
}