https://gitlab.com/tezos/tezos
Raw File
Tip revision: 1817e57bf0059e3ec6ceb1ebe2a02975492bfda5 authored by Ilias Garnier on 08 December 2021, 09:54:35 UTC
Proto,SCORU: Add dummy inbox implementation
Tip revision: 1817e57
dune
(library
 (name tezos_mockup_proxy)
 (public_name tezos-mockup-proxy)
 (instrumentation (backend bisect_ppx))
 (libraries
  tezos-base
  tezos-client-base
  tezos-protocol-environment
  tezos-rpc-http
  resto-cohttp-self-serving-client
  tezos-rpc-http-client
  tezos-shell-services)
 (flags (:standard -open Tezos_base__TzPervasives)))
back to top