https://gitlab.com/tezos/tezos
Raw File
Tip revision: 56dd6968a76c98341ca6fc71e8ac82885f8a6447 authored by Anne-Laure on 03 April 2024, 15:14:05 UTC
Tezt/Tests/Dal: change test_gc_with_all_profiles to use Auto history mode
Tip revision: 56dd696
tezos-benchmark-018-Proxford.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" { = version }
  "tezos-micheline-rewriting" { = version }
  "tezos-benchmark" { = version }
  "tezos-benchmark-type-inference-018-Proxford" { = version }
  "tezos-protocol-018-Proxford" { = version }
  "hashcons"
  "octez-protocol-018-Proxford-libs" { = version }
  "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