https://gitlab.com/tezos/tezos
Raw File
Tip revision: e367885bb7db6721489843b4f36a5331ff9cb4b5 authored by Pierrick Couderc on 20 January 2023, 16:35:39 UTC
WASM/Debugger: add `cycle-inputs` option
Tip revision: e367885
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