https://gitlab.com/tezos/tezos
Raw File
Tip revision: 92764979115e85c11e7e01985e5eee5c17a7cca8 authored by Ole Krüger on 13 February 2024, 12:09:41 UTC
RISC-V: Fix DynRegion length check
Tip revision: 9276497
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