Revision 42cf9861ac8b2860f439e00185ccdc4afd686753 authored by Andrea Cerone on 04 September 2023, 21:31:04 UTC, committed by Andrea Cerone on 04 September 2023, 21:31:04 UTC
1 parent 9fa9286
Raw File
octez-evm-proxy.opam
# This file was automatically generated, do not edit.
# Edit file manifest/main.ml instead.
opam-version: "2.0"
maintainer: "contact@tezos.com"
authors: ["Tezos devteam"]
homepage: "https://www.tezos.com/"
bug-reports: "https://gitlab.com/tezos/tezos/issues"
dev-repo: "git+https://gitlab.com/tezos/tezos.git"
license: "MIT"
depends: [
  "dune" { >= "3.0" }
  "ocaml" { >= "4.14" }
  "octez-libs"
  "tezos-version"
  "octez-evm-proxy-lib-prod"
  "octez-evm-proxy-lib-dev"
]
build: [
  ["rm" "-r" "vendors" "contrib"]
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
synopsis: "An implementation of a subset of Ethereum JSON-RPC API for the EVM rollup"
back to top