https://gitlab.com/tezos/tezos
Raw File
Tip revision: fbf39c763381c8e20c739ff82607b10aad12a4e4 authored by Diane Gallois-Wong on 13 July 2023, 11:35:03 UTC
Baker: rewrite first_potential_round_at_next_level using Rount.to_slot
Tip revision: fbf39c7
dune
; This file was automatically generated, do not edit.
; Edit file manifest/main.ml instead.

(library
 (name tezos_signer_backends)
 (public_name tezos-signer-backends)
 (instrumentation (backend bisect_ppx))
 (libraries
  tezos-base
  tezos-stdlib
  tezos-client-base
  tezos-rpc-http
  tezos-rpc-http-client
  tezos-signer-services
  tezos-shell-services
  uri)
 (flags
  (:standard)
  -open Tezos_base.TzPervasives
  -open Tezos_stdlib
  -open Tezos_client_base
  -open Tezos_rpc_http
  -open Tezos_rpc_http_client
  -open Tezos_signer_services
  -open Tezos_shell_services))
back to top