https://gitlab.com/tezos/tezos
Raw File
Tip revision: 0cea7e7a08a07f7eae62a04fbbb3ac63603ed883 authored by Gauthier SEBILLE on 18 August 2023, 10:16:46 UTC
RBT: type safety + helpers + mli for profilers
Tip revision: 0cea7e7
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