this repo has no description

Merge pull request #21335 from rbardou/tezt

add tezt.2.0.0

Changed files
+28
packages
tezt
tezt.2.0.0
+28
packages/tezt/tezt.2.0.0/opam
···
···
+
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" { >= "2.9" }
+
"ocaml" { >= "4.12" }
+
"re" { >= "1.7.2" }
+
"lwt" { >= "5.4.0" }
+
"ezjsonm" { >= "1.1.0" }
+
]
+
build: [
+
["rm" "-r" "vendors"]
+
["dune" "build" "-p" name "-j" jobs]
+
["mv" "tezt/lib/%{name}%.install" "./"]
+
]
+
synopsis: "Test framework for unit tests, integration tests, and regression tests"
+
+
url {
+
src: "https://gitlab.com/tezos/tezos/-/package_files/36987518/download"
+
checksum: [
+
"sha256=9d6147eca58c3637509afaf5791a406cbb8ecc0d39638f9971be9f3446cc93c9"
+
"sha512=2480117f26e4ea6e8171425a69b12b8827deb256d5ab9315fd36d7d38a8af1db7583970e333ceb6de70ef82b687bf97dd58fc44f9e9fbc568d014b97f40c874c"
+
]
+
}