https://gitlab.com/tezos/tezos
Raw File
Tip revision: 5e9f31fdb6073fbfc454c1c5a7689931e597495b authored by bsall on 20 October 2022, 17:02:28 UTC
Proto: rename '(in/de)crease_balance... -> (in/de)crease_delegate_balance'
Tip revision: 5e9f31f
tezos-tps-evaluation.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" }
  "tezos-base"
  "caqti"
  "caqti-dynload"
  "caqti-lwt"
  "data-encoding" { >= "0.6" & < "0.7" }
  "lwt" { >= "5.6.0" }
  "tezos-baking-alpha"
  "tezos-client-alpha"
  "tezos-client-base-unix"
  "tezos-protocol-alpha"
  "tezt"
  "tezt-tezos"
  "tezt-performance-regression"
  "uri" { >= "2.2.0" }
]
build: [
  ["rm" "-r" "vendors"]
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
synopsis: "Tezos TPS evaluation tool"
back to top