https://gitlab.com/tezos/tezos
Raw File
Tip revision: ffde250111cdab0a913872b18684f83ed9f2a370 authored by Gabriel Moise on 10 August 2023, 10:39:52 UTC
Proto/Test_14: Replace legacy bindings with let constructs
Tip revision: ffde250
tezos-protocol-plugin-alpha-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.1.1" }
  "octez-libs" {with-test}
  "octez-alcotezt" {with-test}
  "tezos-test-helpers" {with-test}
  "qcheck-alcotest" { with-test & >= "0.20" }
  "tezos-protocol-plugin-alpha" {with-test}
  "tezos-protocol-alpha" {with-test}
  "tezos-alpha-test-helpers" {with-test}
]
build: [
  ["rm" "-r" "vendors" "contrib"]
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
synopsis: "Tezos/Protocol: protocol plugin tests"
back to top