https://gitlab.com/tezos/tezos
Raw File
Tip revision: 486ce39410725d0903fe22c52c54cadfc42f45ce authored by Hantang Sun on 15 March 2024, 11:44:37 UTC
WIP
Tip revision: 486ce39
octez-evm-node-libs.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-smart-rollup-wasm-debugger-plugin"
  "ocaml-protoc-plugin" { >= "4.5.0" }
  "octez-version"
  "lwt-watcher" { = "0.2" }
  "lwt-exit"
  "caqti"
  "caqti-lwt" { >= "2.0.1" }
  "caqti-driver-sqlite3" { >= "2.0.1" }
  "octez-shell-libs"
  "octez-l2-libs"
  "octez-smart-rollup-wasm-debugger-lib"
]
build: [
  ["rm" "-r" "vendors" "contrib"]
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
synopsis: "Octez EVM node libraries"
back to top