https://gitlab.com/tezos/tezos
Raw File
Tip revision: c626027adc864236d7b3491c1942e23a1ac1c3d1 authored by Gauthier SEBILLE on 09 October 2023, 14:38:32 UTC
RBT: fix rpc profiler with complete path
Tip revision: c626027
tezos-benchmarks-proto-017-PtNairob.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" & < "3.11" }
  "ocaml" { >= "4.14" }
  "octez-libs"
  "tezos-protocol-017-PtNairob"
  "tezos-benchmark"
  "tezos-benchmark-017-PtNairob"
  "tezos-benchmark-type-inference-017-PtNairob"
  "octez-shell-libs"
  "octez-protocol-017-PtNairob-libs"
  "octez-proto-libs"
]
build: [
  ["rm" "-r" "vendors" "contrib"]
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
synopsis: "Tezos/Protocol: protocol benchmarks"
back to top