https://gitlab.com/tezos/tezos
Raw File
Tip revision: 0aba54a491b707d4d49625eb7bfefa8c728751ec authored by Gauthier SEBILLE on 26 June 2023, 16:03:21 UTC
DAC: fix flaky test
Tip revision: 0aba54a
tezos-client-000-Ps9mPmXa.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-shell-services"
  "tezos-client-base"
  "tezos-protocol-000-Ps9mPmXa"
  "tezos-rpc"
  "tezos-client-commands"
  "tezos-stdlib-unix"
]
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