https://gitlab.com/tezos/tezos
Raw File
Tip revision: c1579df6648d3a289b6e120bd7189a7dfec4dd3b authored by Pierrick Couderc on 05 June 2023, 10:32:16 UTC
EVM/Tests: test JSONRPC request errors
Tip revision: c1579df
octez-evm-proxy-lib.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" }
  "tezos-base"
  "tezos-rpc-http"
  "tezos-rpc-http-client-unix"
  "tezos-version"
  "lwt-exit"
  "rlp" { >= "0.1" }
  "rope" { >= "0.6.2" }
]
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