https://gitlab.com/tezos/tezos
Raw File
Tip revision: 19c3dafaa0b7f16a8eb70c4e576a125c7268d9e5 authored by Thomas Letan on 07 April 2022, 11:25:30 UTC
Proto,tx_rollup: Propose the final constants value for mainnet
Tip revision: 19c3daf
dune
; This file was automatically generated, do not edit.
; Edit file manifest/main.ml instead.

(env (static (flags (:standard -ccopt -static))))

(executable
 (name main_accuser_alpha)
 (public_name tezos-accuser-alpha)
 (package tezos-accuser-alpha)
 (instrumentation (backend bisect_ppx))
 (libraries
  tezos-base
  tezos-protocol-alpha
  tezos-client-alpha
  tezos-client-commands
  tezos-baking-alpha-commands
  tezos-stdlib-unix
  tezos-client-base-unix)
 (flags
  (:standard
   -open Tezos_base.TzPervasives
   -open Tezos_base.TzPervasives.Error_monad.Legacy_monad_globals
   -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