https://gitlab.com/tezos/tezos
Raw File
Tip revision: 87f419bf9b9092dc74afe41ca3a098dea2bdb9c2 authored by Alain Mebsout on 04 March 2024, 15:04:03 UTC
WIP: tezt test
Tip revision: 87f419b
dune
; This file was automatically generated, do not edit.
; Edit file manifest/main.ml instead.

(executable
 (name main_accuser_alpha)
 (public_name octez-accuser-alpha)
 (package octez-accuser-alpha)
 (instrumentation (backend bisect_ppx))
 (libraries
  octez-libs.base
  octez-libs.clic
  tezos-protocol-alpha.protocol
  octez-protocol-alpha-libs.client
  octez-shell-libs.client-commands
  octez-protocol-alpha-libs.baking-commands
  octez-libs.stdlib-unix
  octez-shell-libs.client-base-unix)
 (link_flags
  (:standard)
  (:include %{workspace_root}/static-link-flags.sexp)
  (:include %{workspace_root}/macos-link-flags.sexp))
 (flags
  (:standard)
  -open Tezos_base.TzPervasives
  -open Tezos_protocol_alpha
  -open Tezos_client_alpha
  -open Tezos_client_commands
  -open Tezos_baking_alpha_commands
  -open Tezos_stdlib_unix
  -open Tezos_client_base_unix))
back to top