https://gitlab.com/tezos/tezos
Raw File
Tip revision: 1e645e6b850430785c7206404612203be54e4731 authored by Ole Krüger on 14 December 2022, 10:56:09 UTC
DAL: Backport plugin-related changes
Tip revision: 1e645e6
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