https://gitlab.com/tezos/tezos
Raw File
Tip revision: ab4742e41bed3c7f36e6d8fa7df08a93d4890c44 authored by Julien Coolen on 26 October 2023, 13:53:51 UTC
injector worker queue length
Tip revision: ab4742e
octez-injector-server.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" & < "3.11" }
  "ocaml" { >= "4.14" }
  "octez-libs"
  "octez-injector"
  "octez-shell-libs"
  "data-encoding" { >= "0.7.1" & < "1.0.0" }
]
depopts: [
  "tezos-injector-017-PtNairob"
  "tezos-injector-018-Proxford"
  "tezos-injector-alpha"
]
build: [
  ["rm" "-r" "vendors" "contrib"]
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
synopsis: "Octez injector"
back to top