https://gitlab.com/tezos/tezos
Raw File
Tip revision: 7dfdff4236e5834a08f49c71aca82dd905bc782c authored by Ole Krüger on 19 January 2023, 18:51:05 UTC
WIP: Tree kind
Tip revision: 7dfdff4
tezos-test-helpers-extra.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.08" }
  "tezos-base"
  "tezos-crypto"
  "tezos-test-helpers"
]
build: [
  ["rm" "-r" "vendors"]
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
synopsis: "Test helpers dependent on tezos-base"
back to top