https://gitlab.com/tezos/tezos
Raw File
Tip revision: 21e803771b81204facd9977b78fb175b1aa80aec authored by Ilias Garnier on 22 November 2023, 10:03:02 UTC
DNM: Using external hermit-entry crate
Tip revision: 21e8037
tezos-benchmark-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-micheline-rewriting"
  "tezos-benchmark"
  "tezos-benchmark-type-inference-017-PtNairob"
  "tezos-protocol-017-PtNairob"
  "hashcons"
  "octez-protocol-017-PtNairob-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