https://gitlab.com/tezos/tezos
Raw File
Tip revision: decb92837b28b15de26b276898d239a87922d5da authored by François Thiré on 12 October 2023, 11:40:58 UTC
DAL: Update the cryptobox when the plugin is resolved
Tip revision: decb928
tezt-risc-v-sandbox.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"
  "tezt-tezos"
]
build: [
  ["rm" "-r" "vendors" "contrib"]
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
synopsis: "Test framework for RISC-V sandbox"
back to top