https://gitlab.com/tezos/tezos
Raw File
Tip revision: d8f6f26f8ca53d21b8170a4dee1029d53ea0144c authored by Mathias Bourgoin on 22 March 2024, 09:01:15 UTC
Manifest: Remove alcotezt dependency from test/integration/gas
Tip revision: d8f6f26
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
  octez-libs.base
  octez-libs.stdlib-unix
  uri)
 (flags
  (:standard)
  -open Tezos_base.TzPervasives))
back to top