https://gitlab.com/tezos/tezos
Raw File
Tip revision: 1b651e7212047399a466edd245c60077ac0e0529 authored by Gauthier SEBILLE on 04 October 2023, 09:37:25 UTC
RBT: switch to full block hash for section in profiling report
Tip revision: 1b651e7
dune
; This file was automatically generated, do not edit.
; Edit file manifest/main.ml instead.

(library
 (name tezos_layer2_utils_alpha)
 (public_name octez-protocol-alpha-libs.layer2-utils)
 (instrumentation (backend bisect_ppx))
 (libraries
  octez-libs.base
  tezos-protocol-alpha.protocol
  octez-protocol-alpha-libs.client)
 (inline_tests (flags -verbose) (modes native))
 (preprocess (pps ppx_expect))
 (library_flags (:standard -linkall))
 (flags
  (:standard)
  -open Tezos_base.TzPervasives
  -open Tezos_protocol_alpha
  -open Tezos_client_alpha))
back to top