https://gitlab.com/tezos/tezos
Raw File
Tip revision: eb826d966984207f2aa59cfc62cf1ed78d9f5a76 authored by Albin Coquereau on 03 July 2023, 07:16:33 UTC
alpha: rename double_preendorsement_evidence kind type
Tip revision: eb826d9
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