https://gitlab.com/tezos/tezos
Raw File
Tip revision: fe9f21a263ffff532306352c77937d6dc7a8653e authored by Nicolas Ayache on 28 September 2022, 12:05:32 UTC
Proto: refactor keys_unaccounted.
Tip revision: fe9f21a
dune
; This file was automatically generated, do not edit.
; Edit file manifest/main.ml instead.

(library
 (name tezos_client_011_PtHangz2)
 (public_name tezos-client-011-PtHangz2)
 (instrumentation (backend bisect_ppx))
 (libraries
  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
  uri)
 (inline_tests (flags -verbose) (modes native))
 (preprocess (pps ppx_expect))
 (library_flags (:standard -linkall))
 (flags
  (:standard)
  -open Tezos_base.TzPervasives
  -open Tezos_base.TzPervasives.Error_monad.Legacy_monad_globals
  -open Tezos_shell_services
  -open Tezos_client_base
  -open Tezos_protocol_011_PtHangz2
  -open Tezos_protocol_plugin_011_PtHangz2
  -open Tezos_protocol_011_PtHangz2_parameters
  -open Tezos_rpc))
back to top