-
Notifications
You must be signed in to change notification settings - Fork 1.1k
/
opam
27 lines (27 loc) · 962 Bytes
/
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
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-protocol-001-PtCJ7pwo" { = version }
"tezos-protocol-updater" { = version }
"tezos-protocol-environment" { = version }
]
build: [
["rm" "-r" "vendors"]
["dune" "build" "-p" name "-j" jobs]
["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
synopsis: "Tezos/Protocol: 001_PtCJ7pwo (economic-protocol definition, embedded in `octez-node`)"
available: false
url {
src: "https://gitlab.com/tezos/tezos/-/package_files/58329735/download"
checksum: [
"sha256=c877d89e9fed2012aa6b541232f54723294d1356baa75bf8af99362ade8d6557"
"sha512=a7c37b9e3095978d16c7b82e377deca1d2edda1c441cd031f93c4e5d9d0d95ed8b2198d8a99d10407ef923559b8a7e422f61c3d3393f56fcc791bd073e3ca4fb"
]
}