https://gitlab.com/tezos/tezos
Raw File
Tip revision: 56b751abf1a6e17a59fcb58b747f18027f18aafc authored by iguerNL@Functori on 24 March 2022, 12:07:57 UTC
Proto/Client: code quality
Tip revision: 56b751a
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)
 (flags (:standard -open Tezos_base.TzPervasives)))
back to top