https://gitlab.com/tezos/tezos
Raw File
Tip revision: 40e26e826a34362bcdf350e4ed6db751419ef3f2 authored by Sylvain R. on 26 January 2024, 11:02:47 UTC
EVM/Sequencer: specify delayed inbox in pp
Tip revision: 40e26e8
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