https://gitlab.com/tezos/tezos
Raw File
Tip revision: 924d62e15b20b397b9881f2b89f2d4cd99a8a709 authored by Ole Krüger on 18 January 2023, 12:08:17 UTC
Proto: Update previous constants representation
Tip revision: 924d62e
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
  tezos-base
  tezos-stdlib-unix
  uri)
 (flags
  (:standard)
  -open Tezos_base.TzPervasives))
back to top