https://gitlab.com/tezos/tezos
Raw File
Tip revision: f315a767ab48a4490054905c2c2194f88ce44b41 authored by David Turner on 20 May 2022, 17:16:07 UTC
Warning when attempting to delegate from an unrevealed key
Tip revision: f315a76
tezos-validator.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" { >= "2.9" & < "3.0" }
  "tezos-base"
  "tezos-context"
  "tezos-stdlib-unix"
  "tezos-protocol-environment"
  "tezos-shell"
  "tezos-shell-services"
  "tezos-validation"
  "tezos-protocol-updater"
  "tezos-shell-context"
]
build: [
  ["rm" "-r" "vendors"]
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
synopsis: "Tezos: `tezos-validator` binary for external validation of blocks"
back to top