-
Notifications
You must be signed in to change notification settings - Fork 1.1k
/
opam
28 lines (28 loc) · 971 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
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: [
"dune" { >= "3.0" }
"ocaml" { >= "4.14" }
"tezos-protocol-006-PsCARTHA" { = 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: economic-protocol definition, embedded in `octez-node`"
available: false
url {
src: "https://gitlab.com/tezos/tezos/-/archive/v17.1/tezos-17.1.tar.gz"
checksum: [
"sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0"
"sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba"
]
}