https://gitlab.com/tezos/tezos
Raw File
Tip revision: 5e6350272bda27e9d9fa32b88a2812dccda8b1b2 authored by Thomas Letan on 13 March 2023, 16:27:29 UTC
Scenario: Inject [Smart_rollup_recover_bond]
Tip revision: 5e63502
tezos-016-PtMumbai-test-helpers.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" }
  "ocaml" { >= "4.14" }
  "qcheck-alcotest" { >= "0.20" }
  "tezos-test-helpers"
  "tezos-base"
  "tezos-micheline"
  "tezos-stdlib-unix"
  "tezos-protocol-016-PtMumbai"
  "tezos-client-016-PtMumbai"
  "tezos-protocol-environment"
  "tezos-protocol-plugin-016-PtMumbai"
  "tezos-shell-services"
  "octez-plompiler"
  "tezos-crypto-dal"
]
build: [
  ["rm" "-r" "vendors"]
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
synopsis: "Tezos/Protocol: protocol testing framework"
back to top