https://gitlab.com/tezos/tezos
Raw File
Tip revision: c91d1c9e6a42a267c9c3f0dc24292bf7fbec423e authored by iguerNL@Functori on 19 July 2022, 16:19:21 UTC
Proto/Scoru: re-design the way the proof sliding window is handled
Tip revision: c91d1c9
dune
; This file was automatically generated, do not edit.
; Edit file manifest/main.ml instead.

(executable
 (name main_signer)
 (public_name tezos-signer)
 (package tezos-signer)
 (instrumentation (backend bisect_ppx))
 (libraries
  tezos-base
  tezos-base.unix
  tezos-client-base
  tezos-client-base-unix
  tezos-client-commands
  tezos-signer-services
  tezos-rpc-http
  tezos-rpc-http-server
  tezos-rpc-http-client-unix
  tezos-stdlib-unix
  tezos-stdlib
  tezos-signer-backends.unix)
 (link_flags
  (:standard)
  (:include %{workspace_root}/static-link-flags.sexp))
 (flags
  (:standard)
  -open Tezos_base.TzPervasives
  -open Tezos_client_base
  -open Tezos_client_base_unix
  -open Tezos_client_commands
  -open Tezos_signer_services
  -open Tezos_rpc_http
  -open Tezos_rpc_http_server
  -open Tezos_rpc_http_client_unix
  -open Tezos_stdlib_unix
  -open Tezos_stdlib))
back to top