https://gitlab.com/tezos/tezos
Raw File
Tip revision: a8fd0947c7b21773c840ff92ef64b731f69191b4 authored by Andrea Cerone on 16 January 2024, 23:39:48 UTC
Temporary commit: command for testing streaming of preblocks
Tip revision: a8fd094
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.11.1" }
  "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