https://gitlab.com/tezos/tezos
Raw File
Tip revision: b7d94944bd89e71cb92ae5eec53fe3ea36670108 authored by Alain Mebsout on 15 September 2022, 19:57:50 UTC
Crypto: Fix copyright header
Tip revision: b7d9494
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-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