https://gitlab.com/tezos/tezos
Raw File
Tip revision: 373cd185ce89842b6ccb73401e9f60459e56ab44 authored by Killian Delarue on 20 February 2024, 15:31:20 UTC
Docs, Alpha: Update alpha changelogs
Tip revision: 373cd18
tezos-benchmark-examples.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"
  "tezos-benchmark"
]
build: [
  ["rm" "-r" "vendors" "contrib"]
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
synopsis: "Tezos: examples for lib-benchmarks"
back to top