https://gitlab.com/tezos/tezos
Raw File
Tip revision: 3ec7997ba5f3ff8973658bf1a2509f6a722dd6d3 authored by Gabriel Moise on 16 May 2023, 11:01:50 UTC
Docs: Add documentation
Tip revision: 3ec7997
octez-baker-PtNairob.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-clic"
  "tezos-protocol-017-PtNairob"
  "tezos-client-017-PtNairob"
  "tezos-client-commands"
  "tezos-baking-017-PtNairob-commands"
  "tezos-stdlib-unix"
  "tezos-client-base-unix"
]
build: [
  ["rm" "-r" "vendors"]
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
synopsis: "Tezos/Protocol: baker binary"
back to top