https://gitlab.com/tezos/tezos
Raw File
Tip revision: 924d62e15b20b397b9881f2b89f2d4cd99a8a709 authored by Ole Krüger on 18 January 2023, 12:08:17 UTC
Proto: Update previous constants representation
Tip revision: 924d62e
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" }
  "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.20" }
  "tezos-stdlib-unix" {with-test}
  "tezos-micheline" {with-test}
  "tezos-protocol-plugin-alpha" {with-test}
  "tezos-protocol-alpha" {with-test}
  "tezos-alpha-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