-
Notifications
You must be signed in to change notification settings - Fork 1.1k
/
opam
28 lines (27 loc) · 1004 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: [
"tezos-tooling" { with-test & = version }
"dune" { >= "1.11" }
"tezos-protocol-genesis" { = version }
"tezos-protocol-updater" { = version }
]
build: [
["dune" "build" "-p" name "-j" jobs]
["mv" "src/proto_genesis/lib_protocol/%{name}%.install" "./"]
["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
synopsis: "Tezos/Protocol: genesis (economic-protocol definition, embedded in `tezos-node`)"
available: false
url {
src: "https://github.com/ocaml/opam-source-archives/raw/main/tezos-v7.0.tar.bz2"
checksum: [
"sha256=aeb9b56c9c6dc1b7fc1ecb3aa81607b11ba3939350a72f9586ba62bbd16c0c91"
"sha512=f3ab3dbffd49ec1ddb6db01433c3c3a8900f6b134188907f53b22f2ccb3bd0b9f36ed8a6547403e80aa7fe4a0ac177a9fdb78459194fe3acd8c445a744be2ad5"
]
}