https://gitlab.com/tezos/tezos
Raw File
Tip revision: 173d8f23dde5ec5ac4292c53fc7a71796a1bb69d authored by Rodi-Can Bozman on 21 December 2022, 10:40:51 UTC
Proto, Scoru: make can_be_cemented service consistent
Tip revision: 173d8f2
tezos-protocol-plugin-015-PtLimaPt-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" }
  "tezos-base" {with-test}
  "tezos-base-test-helpers" {with-test}
  "alcotest-lwt" { with-test & >= "1.5.0" }
  "tezos-test-helpers" {with-test}
  "qcheck-alcotest" { with-test & >= "0.18" }
  "tezos-stdlib-unix" {with-test}
  "tezos-micheline" {with-test}
  "tezos-protocol-plugin-015-PtLimaPt" {with-test}
  "tezos-protocol-015-PtLimaPt" {with-test}
  "tezos-015-PtLimaPt-test-helpers" {with-test}
]
build: [
  ["rm" "-r" "vendors"]
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
synopsis: "Tezos/Protocol: protocol plugin tests"
back to top