https://gitlab.com/tezos/tezos
Raw File
Tip revision: e3d3ca96d435b2baf59d8d36159172842fe2afa0 authored by Ole Krüger on 11 January 2024, 14:34:13 UTC
Draft: Immutable interface to mutable storage
Tip revision: e3d3ca9
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