https://gitlab.com/tezos/tezos
Raw File
Tip revision: 32fa930a149f7e4b6e1f74f55b1bda0a6191365f authored by Alain Mebsout on 11 September 2023, 10:13:50 UTC
SCORU/Node/Store: resume GC on restart (pure index store)
Tip revision: 32fa930
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
  octez-libs.tezos-base
  octez-libs.tezos-stdlib-unix
  uri)
 (flags
  (:standard)
  -open Tezos_base.TzPervasives))
back to top