swh:1:snp:505c374fd75bb208ae4e9a54e64bb310bc49295e
Raw File
Tip revision: 021a0adbe9fb013311b838a8ab452ce716adbb46 authored by François Thiré on 20 May 2022, 08:12:45 UTC
Workers: Make workers resilient to uncaught exceptions
Tip revision: 021a0ad
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" { >= "2.9" & < "3.0" }
  "ppx_inline_test"
  "tezos-base"
  "tezos-shell-services"
  "tezos-client-base"
  "tezos-protocol-011-PtHangz2"
  "tezos-mockup-registration"
  "tezos-proxy"
  "tezos-signer-backends"
  "tezos-protocol-plugin-011-PtHangz2"
  "tezos-protocol-011-PtHangz2-parameters"
  "tezos-rpc"
  "tezos-micheline" {with-test}
  "tezos-base-test-helpers" {with-test}
  "tezos-test-helpers" {with-test}
  "alcotest-lwt" { with-test & >= "1.5.0" }
  "qcheck-alcotest" { with-test & >= "0.15" }
]
build: [
  ["rm" "-r" "vendors"]
  ["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