https://gitlab.com/tezos/tezos
Raw File
Tip revision: 047866e7668cbc9ba7aa5893c5c670de2abf7eac authored by Jules Viennot on 29 June 2022, 13:12:56 UTC
Proto: allow to pay to increase the contract storage
Tip revision: 047866e
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