Revision 2e27f4105269aa51299423bc7e8ab10fdfc06395 authored by Arvid Jakobsson on 26 August 2022, 10:14:33 UTC, committed by Marge Bot on 09 September 2022, 07:36:58 UTC
1 parent 648198e
Raw File
tezos-benchmarks-proto-013-PtJakart.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-stdlib"
  "tezos-base"
  "tezos-error-monad"
  "tezos-protocol-013-PtJakart"
  "tezos-benchmark"
  "tezos-benchmark-013-PtJakart"
  "tezos-benchmark-type-inference-013-PtJakart"
  "tezos-crypto"
  "tezos-shell-benchmarks"
  "tezos-micheline"
  "tezos-013-PtJakart-test-helpers"
  "tezos-sapling"
  "tezos-client-013-PtJakart"
  "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