https://gitlab.com/tezos/tezos
Raw File
Tip revision: 18e796604944375ef91e75d3d017c13c066991c5 authored by Gauthier SEBILLE on 19 January 2024, 07:28:40 UTC
Kaitai: update kaitai files following tickets tests updates
Tip revision: 18e7966
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