Revision 79906e957a37adfef158a0984350b1b24a3e89d8 authored by Lucas Randazzo on 01 July 2022, 14:50:02 UTC, committed by Fedor Sheremetyev on 06 July 2022, 12:21:56 UTC
1 parent 421c947
Raw File
dune
; This file was automatically generated, do not edit.
; Edit file manifest/main.ml instead.

(library
 (name tezos_proxy)
 (public_name tezos-proxy)
 (instrumentation (backend bisect_ppx))
 (libraries
  ringo-lwt
  tezos-base
  tezos-clic
  tezos-client-base
  tezos-protocol-environment
  tezos-rpc
  tezos-shell-services
  tezos-context.memory
  uri)
 (flags
  (:standard)
  -open Tezos_base.TzPervasives))
back to top