https://gitlab.com/tezos/tezos
Raw File
Tip revision: 1e323d2ebee73f8ba7bd316d29d1c24b41856d6e authored by Thomas Letan on 29 January 2024, 06:40:23 UTC
Tezt: Use [Helpers.next_evm_level] instead of inlining its definition
Tip revision: 1e323d2
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