https://gitlab.com/tezos/tezos
Raw File
Tip revision: 87c4b589ba51ea74938b58b88d06c7980bc793eb authored by Andrea Cerone on 06 April 2023, 13:58:03 UTC
Dac demo: add sample payload
Tip revision: 87c4b58
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