https://gitlab.com/tezos/tezos
Raw File
Tip revision: 96667707854640e05997a6023f7a5b6e0dedc529 authored by Thomas Letan on 16 May 2023, 11:42:00 UTC
Smart rollups: Have the fast exec fail for stack and memory errors
Tip revision: 9666770
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