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.

(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)
 (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