https://gitlab.com/tezos/tezos
Raw File
Tip revision: 1e323d2ebee73f8ba7bd316d29d1c24b41856d6e authored by Thomas Letan on 29 January 2024, 06:40:23 UTC
Tezt: Use [Helpers.next_evm_level] instead of inlining its definition
Tip revision: 1e323d2
octez-smart-rollup-wasm-debugger-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.11.1" }
  "ocaml" { >= "4.14" }
  "octez-libs"
  "octez-protocol-alpha-libs"
  "octez-l2-libs"
  "octez-version"
  "octez-smart-rollup-wasm-debugger-plugin"
  "lambda-term" { >= "3.3.1" }
]
build: [
  ["rm" "-r" "vendors" "contrib"]
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
synopsis: "Tezos: Library used for the Smart Rollups' WASM debugger"
back to top