https://gitlab.com/tezos/tezos
Raw File
Tip revision: 6acaa855a85fcb92d47af4ea431f70a53e8afd41 authored by François Thiré on 14 March 2023, 19:05:33 UTC
[WIP] Draft for the loop part
Tip revision: 6acaa85
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-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