https://gitlab.com/tezos/tezos
Raw File
Tip revision: 3ed0085df7338dab002b37455b92a36d5d255837 authored by Lucas Randazzo on 12 October 2023, 14:01:18 UTC
Proto/test: unit test for precentage
Tip revision: 3ed0085
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