https://gitlab.com/tezos/tezos
Raw File
Tip revision: 4b3033b501f4320d36e2c397fc7079169519ae11 authored by Ilya Peresadin on 09 November 2022, 16:56:52 UTC
Add tests
Tip revision: 4b3033b
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" { >= "3.0" }
  "tezos-base"
  "tezos-clic"
  "tezos-rpc"
  "tezos-shell-services"
  "tezos-sapling"
  "uri" { >= "2.2.0" }
  "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