https://gitlab.com/tezos/tezos
Raw File
Tip revision: a168f45422d1ec75d610f3dcafe7b5da5f3e3732 authored by phink on 06 March 2024, 12:45:43 UTC
add estimated number of blocks/attestation and update reward computation
Tip revision: a168f45
tezos-protocol-002-PsYLVpVv.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.11.1" }
  "ocaml" { >= "4.14" }
  "octez-proto-libs"
  "octez-shell-libs"
]
build: [
  ["rm" "-r" "vendors" "contrib"]
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
synopsis: "Tezos protocol 002-PsYLVpVv package"
back to top