https://gitlab.com/tezos/tezos
Raw File
Tip revision: 8ef2755b3cbff441324e54c2646b36cc50365ec0 authored by pecornilleau on 15 December 2022, 17:10:31 UTC
Wasm: change debug_flag and enable_dubbuging to debug
Tip revision: 8ef2755
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