https://gitlab.com/tezos/tezos
Raw File
Tip revision: 6e8949fa1147821121b2616ce7169330ace8dbeb authored by Andrea Cerone on 04 April 2024, 12:37:23 UTC
Tezt: Threshold Encryption Sequencer: fork all tests to run with te sequencer
Tip revision: 6e8949f
dune
; This file was automatically generated, do not edit.
; Edit file manifest/main.ml instead.

(library
 (name tezos_client_sapling_alpha)
 (public_name octez-protocol-alpha-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-alpha-libs.client
  octez-protocol-alpha-libs.client.commands
  tezos-protocol-alpha.protocol
  octez-protocol-alpha-libs.plugin)
 (library_flags (:standard -linkall))
 (flags
  (:standard)
  -open Tezos_base.TzPervasives
  -open Tezos_stdlib_unix
  -open Tezos_client_base
  -open Tezos_client_alpha
  -open Tezos_client_alpha_commands
  -open Tezos_protocol_alpha
  -open Tezos_protocol_plugin_alpha))
back to top