https://gitlab.com/tezos/tezos
Raw File
Tip revision: 0e25fd22c68fc3d1af0748f52432c7b91b68b38f authored by Julien Coolen on 10 October 2023, 12:01:29 UTC
wip
Tip revision: 0e25fd2
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