swh:1:snp:505c374fd75bb208ae4e9a54e64bb310bc49295e
Raw File
Tip revision: 9db0326c5ed4415803b7b80a766b1cb2f34730a5 authored by Nicolas Ayache on 24 June 2023, 09:25:39 UTC
benchmarks-tools: script for renamings.
Tip revision: 9db0326
tezos-client-011-PtHangz2.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" }
  "ppx_expect"
  "tezos-base"
  "tezos-clic"
  "tezos-shell-services"
  "tezos-client-base"
  "tezos-protocol-011-PtHangz2"
  "tezos-mockup-registration"
  "tezos-proxy"
  "tezos-signer-backends"
  "tezos-protocol-plugin-011-PtHangz2"
  "tezos-rpc"
  "uri" { >= "3.1.0" }
  "tezos-stdlib-unix"
  "tezos-protocol-environment"
  "tezos-mockup"
  "tezos-mockup-commands"
  "tezos-client-commands"
  "tezos-client-base-unix"
  "tezos-crypto"
]
build: [
  ["rm" "-r" "vendors" "contrib"]
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
synopsis: "Tezos/Protocol: protocol specific library for `tezos-client`"
back to top