https://gitlab.com/tezos/tezos
Raw File
Tip revision: d375fbbdd11ba8c4ec01ba04f61a7113c6804c45 authored by David Turner on 18 April 2022, 19:32:53 UTC
Proto: Allow implicit accounts to delegate at bootstrap time
Tip revision: d375fbb
tezos-client-base.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" { >= "2.9" & < "3.0" }
  "tezos-base"
  "tezos-rpc"
  "tezos-shell-services"
  "tezos-sapling"
  "alcotest" { with-test & >= "1.5.0" }
]
build: [
  ["rm" "-r" "vendors"]
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
synopsis: "Tezos: common helpers for `tezos-client`"
back to top