https://gitlab.com/tezos/tezos
Raw File
Tip revision: 46a9d399aec62f1bf4e86ecd0f2cb73201a398b7 authored by Julien Coolen on 15 December 2022, 13:56:14 UTC
simpl
Tip revision: 46a9d39
tezos-webassembly-interpreter-extra.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" "WebAssembly Authors"]
homepage: "https://www.tezos.com/"
bug-reports: "https://gitlab.com/tezos/tezos/issues"
dev-repo: "git+https://gitlab.com/tezos/tezos.git"
license: "Apache-2.0"
depends: [
  "dune" { >= "3.0" }
  "tezos-webassembly-interpreter"
  "lwt" { >= "5.6.0" }
  "tezos-lazy-containers"
]
build: [
  ["rm" "-r" "vendors"]
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
synopsis: "Additional modules from the WebAssembly REPL used in testing"
back to top