https://gitlab.com/tezos/tezos
Raw File
Tip revision: 928d06cd41ec04ce6177c130916adfb9769757ba authored by Pierrick Couderc on 22 March 2023, 09:12:39 UTC
EVM/Kernel: add a testnet scenario for a full EVM transfer
Tip revision: 928d06c
tezos-lazy-containers-tests.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" { with-test & >= "3.0.0" }
  "tezos-lazy-containers" {with-test}
  "qcheck-core" {with-test}
  "qcheck-alcotest" { with-test & >= "0.20" }
  "lwt" { with-test & >= "5.6.0" }
  "octez-alcotezt" {with-test}
]
build: [
  ["rm" "-r" "vendors"]
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name "-j" jobs] {with-test}
  ["dune" "build" "@runtezt" "-p" name "-j" jobs] {with-test}
]
synopsis: "Various tests for the lazy containers library"
back to top