https://gitlab.com/tezos/tezos
Raw File
Tip revision: ef5740c45cbdb44caec5e5ef734301241c39b94a authored by Hantang Sun on 01 February 2024, 17:19:10 UTC
EVM: skip evaluation tests for EIP-2930
Tip revision: ef5740c
octez-injector-server.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.11.1" }
  "ocaml" { >= "4.14" }
  "octez-libs"
  "octez-injector"
  "octez-shell-libs"
  "data-encoding" { >= "0.7.1" & < "1.0.0" }
]
depopts: [
  "tezos-injector-017-PtNairob"
  "tezos-injector-018-Proxford"
  "tezos-injector-alpha"
]
build: [
  ["rm" "-r" "vendors" "contrib"]
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
synopsis: "Octez injector"
back to top