https://gitlab.com/tezos/tezos
Raw File
Tip revision: 4679fec04458e50001e9b3c2d85a25bdc375683d authored by Emma Turner on 10 November 2023, 15:14:02 UTC
KernelSDK: overwrite output of MockHost::write_debug
Tip revision: 4679fec
octez-risc-v-pvm.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" & < "3.11" }
  "ocaml" { >= "4.14" }
  "ctypes" { >= "0.18.0" }
  "ctypes-foreign" { >= "0.18.0" }
]
build: [
  ["rm" "-r" "vendors" "contrib"]
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
synopsis: "Bindings for RISC-V interpreter"
back to top