https://gitlab.com/tezos/tezos
Raw File
Tip revision: 3498f5e0d3c8db004a44e064dba6c3b7328dc970 authored by Julien Coolen on 31 May 2023, 13:46:21 UTC
proto/zk_reveal: produce partial reveal proofs
Tip revision: 3498f5e
tezos-embedded-protocol-001-PtCJ7pwo.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" }
  "tezos-protocol-001-PtCJ7pwo"
  "tezos-protocol-updater"
  "tezos-protocol-environment"
]
build: [
  ["rm" "-r" "vendors" "contrib"]
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
synopsis: "Tezos/Protocol: 001_PtCJ7pwo (economic-protocol definition, embedded in `octez-node`)"
back to top