https://gitlab.com/tezos/tezos
Raw File
Tip revision: f94e8c157550ce7c0669f223f04cd861f9750608 authored by Albin Coquereau on 17 May 2023, 09:21:31 UTC
lib_shell: fix default plugin encoding
Tip revision: f94e8c1
tezos-scoru-wasm-regressions.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" }
  "ppx_import"
  "ppx_deriving"
  "tezos-base"
  "tezos-scoru-wasm"
  "tezos-scoru-wasm-helpers"
  "tezos-test-helpers"
  "tezos-protocol-alpha"
  "tezt" { >= "3.1.0" }
]
build: [
  ["rm" "-r" "vendors"]
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
synopsis: "WASM PVM regressions"
back to top