https://gitlab.com/tezos/tezos
Raw File
Tip revision: 6113e73bd66cf1f514dba69a0d9082b83457f2e8 authored by Julien Coolen on 12 May 2023, 08:58:59 UTC
SCORU: add new constructor to reveal_data type
Tip revision: 6113e73
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