https://gitlab.com/tezos/tezos
Raw File
Tip revision: b5c5b15d17a64f4216eebb462a6c36ddcea4f371 authored by Marco Stronati on 22 May 2023, 08:53:54 UTC
Proto/Benchmarks: set timelock time greater than 0
Tip revision: b5c5b15
tezos-embedded-protocol-005-PsBABY5H.opam
# This file was automatically generated, do not edit.
# Edit file manifest/main.ml instead.
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-005-PsBABY5H"
  "tezos-protocol-updater"
  "tezos-protocol-environment"
]
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`"
back to top