https://gitlab.com/tezos/tezos
Raw File
Tip revision: 2d792a10639cb53fcd1cb0ea7de386ddb1f89238 authored by François Thiré on 21 June 2023, 05:22:00 UTC
DAL/Node: Warn if the bootstrap profile is set via an RPC
Tip revision: 2d792a1
tezt-ethereum.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" }
  "tezt" { >= "3.1.1" }
  "tezt-performance-regression"
]
build: [
  ["rm" "-r" "vendors" "contrib"]
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
synopsis: "Ethereum test framework based on Tezt"
back to top