https://gitlab.com/tezos/tezos
Raw File
Tip revision: 27f5e9a2dcc5d8eed6e6481fbd961adb0fde8776 authored by iguerNL@Functori on 10 November 2022, 20:57:46 UTC
WIP
Tip revision: 27f5e9a
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" }
  "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"
  "octez-validator"
  "tezos-validation"
  "tezos-shell-context"
  "tezos-workers"
  "tezos-protocol-updater"
  "cmdliner" { >= "1.1.0" }
  "fmt" { >= "0.8.7" }
  "tls" { >= "0.10" }
  "prometheus-app" { >= "1.2" }
  "lwt-exit"
  "uri" { >= "2.2.0" }
  "tezos-embedded-protocol-000-Ps9mPmXa"
  "tezos-embedded-protocol-014-PtKathma"
  "tezos-protocol-plugin-014-PtKathma-registerer"
  "tezos-embedded-protocol-015-PtLimaPt"
  "tezos-protocol-plugin-015-PtLimaPt-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-alpha"
  "tezos-protocol-plugin-alpha-registerer"
]
build: [
  ["rm" "-r" "vendors"]
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
synopsis: "Tezos: `octez-node` binary"
back to top