https://gitlab.com/tezos/tezos
Raw File
Tip revision: b5c5b15d17a64f4216eebb462a6c36ddcea4f371 authored by Marco Stronati on 22 May 2023, 08:53:54 UTC
Proto/Benchmarks: set timelock time greater than 0
Tip revision: b5c5b15
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
  tezos-base
  tezos-stdlib-unix
  uri)
 (flags
  (:standard)
  -open Tezos_base.TzPervasives))
back to top