https://gitlab.com/tezos/tezos
Raw File
Tip revision: f1b63a4222f8d2ec4a9409769a94ea4c08ae0c19 authored by Pierrick Couderc on 26 October 2023, 11:37:16 UTC
EVM/Kernel: wrap everything for the Execution in a single structure
Tip revision: f1b63a4
dune
; This file was automatically generated, do not edit.
; Edit file manifest/main.ml instead.

(library
 (name tezos_client_sapling_011_PtHangz2)
 (public_name octez-protocol-011-PtHangz2-libs.client.sapling)
 (instrumentation (backend bisect_ppx))
 (libraries
  octez-libs.base
  octez-libs.clic
  octez-libs.crypto
  octez-libs.stdlib-unix
  octez-shell-libs.client-base
  octez-shell-libs.signer-backends
  octez-protocol-011-PtHangz2-libs.client
  octez-protocol-011-PtHangz2-libs.client.commands
  tezos-protocol-011-PtHangz2.protocol)
 (library_flags (:standard -linkall))
 (flags
  (:standard)
  -open Tezos_base.TzPervasives
  -open Tezos_base.TzPervasives.Error_monad.Legacy_monad_globals
  -open Tezos_stdlib_unix
  -open Tezos_client_base
  -open Tezos_client_011_PtHangz2
  -open Tezos_client_011_PtHangz2_commands
  -open Tezos_protocol_011_PtHangz2))
back to top