https://gitlab.com/tezos/tezos
Raw File
Tip revision: 173449c7f0f1ef2ce12eaa8b077e8829cf0332b8 authored by Mathias Bourgoin on 25 March 2024, 21:34:44 UTC
WIP
Tip revision: 173449c
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