https://gitlab.com/tezos/tezos
Raw File
Tip revision: 42b27c91f05aba6059979a8666715e8a14123eb7 authored by Thomas Letan on 05 April 2024, 10:53:29 UTC
Tezt: Reduce flakiness of [bake_until_sync] from Etherlink
Tip revision: 42b27c9
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.base
  octez-libs.stdlib-unix
  uri)
 (flags
  (:standard)
  -open Tezos_base.TzPervasives))
back to top