26 lines
674 B
Plaintext
26 lines
674 B
Plaintext
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 }
|
|
"ocamlfind" { build }
|
|
"dune" { >= "1.7" }
|
|
"tezos-base"
|
|
"tezos-protocol-compiler"
|
|
]
|
|
build: [
|
|
[
|
|
"%{tezos-protocol-compiler:lib}%/replace"
|
|
"%{tezos-protocol-compiler:lib}%/dune_protocol.template"
|
|
"dune"
|
|
"006_PsCARTHA"
|
|
]
|
|
["dune" "build" "-p" name "-j" jobs]
|
|
["dune" "runtest" "-p" name "-j" jobs] {with-test}
|
|
]
|
|
synopsis: "Tezos/Protocol: economic-protocol definition"
|