https://gitlab.com/tezos/tezos
Raw File
Tip revision: e86b4dbb28863f2738424d52ab5c7232c3fbecb3 authored by Nicolas Ayache on 10 May 2023, 14:50:20 UTC
Benchmarks: patch timelock benchmarks.
Tip revision: e86b4db
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