https://gitlab.com/tezos/tezos
Raw File
Tip revision: 7bc13136e57da64921e21b4da70f08af869e259d authored by Thomas Letan on 19 March 2024, 16:24:42 UTC
EVM Node: Backport EVM node flag to prod
Tip revision: 7bc1313
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