https://gitlab.com/tezos/tezos
Raw File
Tip revision: 7917f5ddaa44447990064070041a55d2452c0168 authored by Ole Krüger on 15 March 2024, 11:10:38 UTC
WIP: Buck2
Tip revision: 7917f5d
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