https://gitlab.com/tezos/tezos
Raw File
Tip revision: 6147c6f9703479538b67871105f6ec40c221e0cc authored by ambrona on 31 May 2023, 16:30:21 UTC
fix on the fix
Tip revision: 6147c6f
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-clic
  tezos-shell-services
  tezos-client-base
  tezos-protocol-011-PtHangz2
  tezos-protocol-011-PtHangz2.lifted
  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))
back to top