https://gitlab.com/tezos/tezos
Raw File
Tip revision: 1f0f246bbc5c7364cde801ba7231245ed0102982 authored by Danny Willems on 09 April 2023, 11:12:51 UTC
Bls12_381_hash: add PHT
Tip revision: 1f0f246
octez-smart-rollup-wasm-benchmark-lib.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" }
  "ocaml" { >= "4.14" }
  "ppx_deriving"
  "tezos-base"
  "tezt" { >= "3.1.1" }
  "tezos-webassembly-interpreter"
  "tezos-context"
  "tezos-scoru-wasm"
  "tezos-scoru-wasm-helpers"
  "lwt" { >= "5.6.0" }
]
build: [
  ["rm" "-r" "vendors" "contrib"]
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
synopsis: "Smart Rollup WASM benchmark library"
back to top