https://gitlab.com/tezos/tezos
Raw File
Tip revision: db6a00b6c0b587dda28998111b4387fe6f02e9fc authored by Ilias Garnier on 01 June 2022, 12:17:45 UTC
bin_simulator: mocked protocol
Tip revision: db6a00b
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)
 (inline_tests (flags -verbose) (modes native))
 (preprocess (pps ppx_inline_test))
 (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