https://gitlab.com/tezos/tezos
Raw File
Tip revision: ce80cbe88a8ffea8bc7633df5da9e9758bbd3f9f authored by Marge Bot on 08 February 2024, 12:05:00 UTC
Merge tezos/tezos!11890: EVM: fix build setup (Makefile and CI)
Tip revision: ce80cbe
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