https://gitlab.com/tezos/tezos
Raw File
Tip revision: a206b7b65840880e632c2ac2e12ff67681cd6ff5 authored by ovidiu deac on 10 February 2023, 11:58:59 UTC
SCORU: add concurrency tests for pool
Tip revision: a206b7b
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