https://gitlab.com/tezos/tezos
Raw File
Tip revision: e01ce06f0ed7aeedd1290f0bc844509481788bc2 authored by Marina Polubelova on 27 September 2023, 09:44:23 UTC
lib_plompiler: use 8-bit lookup for SHA2
Tip revision: e01ce06
tezt-tezos.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" }
  "tezt" { >= "3.1.1" }
  "uri" { >= "3.1.0" }
  "cohttp-lwt-unix" { >= "5.2.0" }
  "hex" { >= "1.3.0" }
  "octez-libs"
]
build: [
  ["rm" "-r" "vendors" "contrib"]
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
synopsis: "Octez test framework based on Tezt"
back to top