https://gitlab.com/tezos/tezos
Raw File
Tip revision: 486ce39410725d0903fe22c52c54cadfc42f45ce authored by Hantang Sun on 15 March 2024, 11:44:37 UTC
WIP
Tip revision: 486ce39
tezos-benchmark-019-PtParisA.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.11.1" }
  "ocaml" { >= "4.14" }
  "octez-libs"
  "tezos-micheline-rewriting"
  "tezos-benchmark"
  "tezos-benchmark-type-inference-019-PtParisA"
  "tezos-protocol-019-PtParisA"
  "hashcons"
  "octez-protocol-019-PtParisA-libs"
  "prbnmcn-stats" { = "0.0.6" }
]
build: [
  ["rm" "-r" "vendors" "contrib"]
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
synopsis: "Tezos/Protocol: library for writing benchmarks (protocol-specific part)"
back to top