https://gitlab.com/tezos/tezos
Raw File
Tip revision: 2f617b17f3a5a14a39fd837b44bbd29b1d1857f8 authored by Pierrick Couderc on 09 June 2023, 12:01:18 UTC
EVM/Test: generate transactions instead of preprocessing inputs
Tip revision: 2f617b1
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