https://gitlab.com/tezos/tezos
Raw File
Tip revision: 14b1430a07cb9d528516759ca1a73633b48adc64 authored by nraymond on 23 June 2022, 15:47:13 UTC
plugin: add the new RPC_directory.merge implementation
Tip revision: 14b1430
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