this repo has no description

Merge pull request #22830 from raphael-proust/opam-publish-tezt.3.0.0

Package tezt.3.0.0

Kate 44f15ea5 571829bc

Changed files
+35
packages
tezt
tezt.3.0.0
+35
packages/tezt/tezt.3.0.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" }
+
]
+
depopts: [
+
"js_of_ocaml"
+
"js_of_ocaml-lwt"
+
]
+
conflicts: [
+
"js_of_ocaml" { ! (>= "4.0.0" & < "5.0.0") }
+
"js_of_ocaml-lwt" { ! (>= "4.0.0" & < "5.0.0") }
+
]
+
build: [
+
["dune" "build" "-p" name "-j" jobs]
+
]
+
synopsis: "Test framework for unit tests, integration tests, and regression tests"
+
url {
+
src:
+
"https://gitlab.com/nomadic-labs/tezt/-/archive/3.0.0/tezt-3.0.0.tar.bz2"
+
checksum: [
+
"md5=362773eb411d8a62fd3c6ec25c5a1f0e"
+
"sha512=c56c705b28f4399223576563f4ca0168c818adc57d9f0710cd1eaa5185fc26cf321de5f6f3ede7125ce5f5922c5e0456d3044c23acc6fa12b466fe23ca9d48a7"
+
]
+
}