swh:1:snp:505c374fd75bb208ae4e9a54e64bb310bc49295e
Raw File
Tip revision: f315a767ab48a4490054905c2c2194f88ce44b41 authored by David Turner on 20 May 2022, 17:16:07 UTC
Warning when attempting to delegate from an unrevealed key
Tip revision: f315a76
tezos-benchmarks-proto-012-Psithaca.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" { >= "2.9" & < "3.0" }
  "tezos-stdlib"
  "tezos-base"
  "tezos-error-monad"
  "tezos-protocol-012-Psithaca-parameters"
  "tezos-benchmark"
  "tezos-benchmark-012-Psithaca"
  "tezos-benchmark-type-inference-012-Psithaca"
  "tezos-protocol-012-Psithaca"
  "tezos-crypto"
  "tezos-shell-benchmarks"
  "tezos-micheline"
  "tezos-012-Psithaca-test-helpers"
  "tezos-sapling"
  "tezos-client-012-Psithaca"
  "tezos-protocol-environment"
]
build: [
  ["rm" "-r" "vendors"]
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
synopsis: "Tezos/Protocol: protocol benchmarks"
back to top