https://gitlab.com/tezos/tezos
Raw File
Tip revision: d9bcdfaf52c422c39032a2ce27ffee2cb4e1781f authored by Andrea Cerone on 28 July 2022, 21:17:47 UTC
Proto/Dal: refactor Dal_endorsement_repr
Tip revision: d9bcdfa
tezos-scoru-wasm.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" }
  "tezos-base"
  "tezos-webassembly-interpreter"
  "tezos-context"
  "tezos-lwt-result-stdlib"
  "data-encoding" { >= "0.6" & < "0.7" }
]
build: [
  ["rm" "-r" "vendors"]
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
synopsis: "Protocol environment dependency providing WASM functionality for SCORU"
back to top