https://gitlab.com/tezos/tezos
Raw File
Tip revision: 173d8f23dde5ec5ac4292c53fc7a71796a1bb69d authored by Rodi-Can Bozman on 21 December 2022, 10:40:51 UTC
Proto, Scoru: make can_be_cemented service consistent
Tip revision: 173d8f2
dune
; This file was automatically generated, do not edit.
; Edit file manifest/main.ml instead.

(library
 (name tezos_proxy_server_config)
 (public_name tezos-proxy-server-config)
 (instrumentation (backend bisect_ppx))
 (libraries
  tezos-base
  tezos-stdlib-unix
  uri)
 (flags
  (:standard)
  -open Tezos_base.TzPervasives))
back to top