https://gitlab.com/tezos/tezos
Raw File
Tip revision: 47eab6de137ef86f2bc4f8d7dbeaf099fd006d4c authored by Jun Furuse on 17 August 2023, 05:39:40 UTC
Shell_benchmark: fixes the type of subdirectory config, to make its override properly working
Tip revision: 47eab6d
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