Revision 6f4c98ae44eb1c859aee5cb736798d29832d7891 authored by Richard Davison on 19 April 2022, 23:32:17 UTC, committed by Marge Bot on 13 May 2022, 09:41:52 UTC
1 parent 02e9aab
Raw File
tezos-client-008-PtEdo2Zk-commands-registration.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" }
  "tezos-base"
  "tezos-protocol-008-PtEdo2Zk"
  "tezos-protocol-environment"
  "tezos-shell-services"
  "tezos-client-base"
  "tezos-client-008-PtEdo2Zk"
  "tezos-client-commands"
  "tezos-client-008-PtEdo2Zk-commands"
  "tezos-client-sapling-008-PtEdo2Zk"
  "tezos-rpc"
  "tezos-protocol-plugin-008-PtEdo2Zk"
]
build: [
  ["rm" "-r" "vendors"]
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
synopsis: "Tezos/Protocol: protocol-specific commands for `tezos-client`"
back to top