this repo has no description

Merge pull request #25883 from rbardou/tezt-410

add tezt.4.1.0

Changed files
+41
packages
tezt
tezt.4.1.0
+41
packages/tezt/tezt.4.1.0/opam
···
+
opam-version: "2.0"
+
maintainer: "contact@tezos.com"
+
authors: ["Tezos devteam"]
+
homepage: "https://gitlab.com/nomadic-labs/tezt/"
+
bug-reports: "https://gitlab.com/nomadic-labs/tezt/issues"
+
dev-repo: "git+https://gitlab.com/nomadic-labs/tezt.git"
+
license: "MIT"
+
depends: [
+
"dune" { >= "3.0" }
+
"ocaml" { >= "4.12" }
+
"re" { >= "1.7.2" }
+
"lwt" { >= "5.6.0" }
+
"base-unix"
+
"ezjsonm" { >= "1.1.0" }
+
"clap" { >= "0.3.0" }
+
"conf-npm" { with-test }
+
"js_of_ocaml" { with-test }
+
"js_of_ocaml-lwt" { with-test }
+
"ocamlformat" { with-test & = "0.25.1" }
+
]
+
depopts: [
+
"js_of_ocaml"
+
"js_of_ocaml-lwt"
+
]
+
conflicts: [
+
"js_of_ocaml" { < "4.0.0" }
+
"js_of_ocaml-lwt" { < "4.0.0" }
+
]
+
build: [
+
["dune" "build" "-p" name "-j" jobs]
+
["dune" "runtest" "-p" name "-j" jobs] {with-test}
+
]
+
synopsis: "Test framework for unit tests, integration tests, and regression tests"
+
url {
+
src:
+
"https://gitlab.com/nomadic-labs/tezt/-/archive/4.1.0/tezt-4.1.0.tar.bz2"
+
checksum: [
+
"md5=88c2d9d3da75ff554599bc34cbf5acbe"
+
"sha512=e60294514ecc4a989ce663ebb306e56f654dcfaffb7dbe5e3f05f5a13c9c2ff64dadde4a77b0d9a8567a76a6a7a2b25e0940ccd2a956ffcb85ff9300bfebe3bc"
+
]
+
}