Raw File
dune
; This file was automatically generated, do not edit.
; Edit file manifest/main.ml instead.

(executable
 (name evm_proxy)
 (public_name octez-evm-proxy-server)
 (package octez-evm-proxy)
 (instrumentation (backend bisect_ppx))
 (libraries
  tezos-base
  tezos-base.unix
  tezos-clic
  tezos-rpc
  tezos-rpc-http
  tezos-rpc-http-server
  tezos-rpc-http-client-unix
  tezos-stdlib-unix
  tezos-crypto
  tezos-stdlib
  tezos-version
  lwt-exit)
 (link_flags
  (:standard)
  (:include %{workspace_root}/static-link-flags.sexp))
 (flags
  (:standard)
  -open Tezos_base.TzPervasives
  -open Tezos_rpc_http
  -open Tezos_stdlib_unix
  -open Tezos_crypto
  -open Tezos_stdlib))
back to top