this repo has no description

add tezt.3.1.1

Changed files
+40
packages
tezt
tezt.3.1.1
+40
packages/tezt/tezt.3.1.1/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" }
+
"conf-npm" { with-test }
+
"js_of_ocaml" { with-test }
+
"js_of_ocaml-lwt" { with-test }
+
"ocamlformat" { with-test & = "0.21.0" }
+
]
+
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/3.1.1/tezt-3.1.1.tar.bz2"
+
checksum: [
+
"md5=81f699e653ce9fd71e11d3704638c98d"
+
"sha512=30fd97f8b2c5e1282d89c1c5dee3530d4e10e8c3a95abd281e8ecb8b2ee3c367eacb8e663ef445af2fdb0aa2d697d39d6284950b1bda35761c6a3b59e3f264b6"
+
]
+
}