https://gitlab.com/tezos/tezos
Raw File
Tip revision: a065732c7a37d04a52773cedb1031547f49719f6 authored by Arvid Jakobsson on 29 August 2023, 12:09:54 UTC
Increase [Process.clean_up] default [timeout] to 4 minutes
Tip revision: a065732
tezos-client-alpha.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"
  "octez-libs"
  "tezos-client-base"
  "tezos-protocol-alpha"
  "tezos-mockup-registration"
  "tezos-proxy"
  "tezos-signer-backends"
  "tezos-protocol-plugin-alpha"
  "tezos-smart-rollup-alpha"
  "uri" { >= "3.1.0" }
  "tezos-mockup"
  "tezos-mockup-commands"
  "tezos-client-commands"
  "tezos-client-base-unix"
  "tezt" { with-test & >= "3.1.1" }
  "octez-alcotezt" {with-test}
  "qcheck-alcotest" { with-test & >= "0.20" }
]
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