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
octez-node.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-base"
  "tezos-version"
  "octez-node-config"
  "tezos-stdlib-unix"
  "tezos-shell-services"
  "tezos-rpc-http"
  "tezos-rpc-http-server"
  "tezos-p2p"
  "tezos-shell"
  "tezos-store"
  "tezos-context"
  "tezos-validation"
  "tezos-shell-context"
  "tezos-workers"
  "tezos-protocol-updater"
  "cmdliner" { >= "1.1.0" }
  "fmt" { >= "0.8.7" }
  "tls-lwt" { >= "0.16.0" }
  "prometheus-app" { >= "1.2" }
  "lwt-exit"
  "uri" { >= "3.1.0" }
  "tezos-embedded-protocol-000-Ps9mPmXa"
  "tezos-embedded-protocol-016-PtMumbai"
  "tezos-protocol-plugin-016-PtMumbai-registerer"
  "tezos-embedded-protocol-017-PtNairob"
  "tezos-protocol-plugin-017-PtNairob-registerer"
]
depopts: [
  "tezos-embedded-protocol-genesis"
  "tezos-embedded-protocol-demo-noops"
  "tezos-embedded-protocol-demo-counter"
  "tezos-embedded-protocol-001-PtCJ7pwo"
  "tezos-embedded-protocol-002-PsYLVpVv"
  "tezos-embedded-protocol-003-PsddFKi3"
  "tezos-embedded-protocol-004-Pt24m4xi"
  "tezos-embedded-protocol-005-PsBABY5H"
  "tezos-embedded-protocol-005-PsBabyM1"
  "tezos-embedded-protocol-006-PsCARTHA"
  "tezos-embedded-protocol-007-PsDELPH1"
  "tezos-protocol-plugin-007-PsDELPH1-registerer"
  "tezos-embedded-protocol-008-PtEdoTez"
  "tezos-embedded-protocol-008-PtEdo2Zk"
  "tezos-protocol-plugin-008-PtEdo2Zk-registerer"
  "tezos-embedded-protocol-009-PsFLoren"
  "tezos-protocol-plugin-009-PsFLoren-registerer"
  "tezos-embedded-protocol-010-PtGRANAD"
  "tezos-protocol-plugin-010-PtGRANAD-registerer"
  "tezos-embedded-protocol-011-PtHangz2"
  "tezos-protocol-plugin-011-PtHangz2-registerer"
  "tezos-embedded-protocol-012-Psithaca"
  "tezos-protocol-plugin-012-Psithaca-registerer"
  "tezos-embedded-protocol-013-PtJakart"
  "tezos-protocol-plugin-013-PtJakart-registerer"
  "tezos-embedded-protocol-014-PtKathma"
  "tezos-protocol-plugin-014-PtKathma-registerer"
  "tezos-embedded-protocol-015-PtLimaPt"
  "tezos-protocol-plugin-015-PtLimaPt-registerer"
  "tezos-embedded-protocol-alpha"
  "tezos-protocol-plugin-alpha-registerer"
]
build: [
  ["rm" "-r" "vendors" "contrib"]
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
synopsis: "Tezos: `octez-node` binary"
back to top