this repo has no description
1opam-version: "2.0"
2maintainer: "contact@tezos.com"
3authors: ["Tezos devteam"]
4homepage: "https://gitlab.com/nomadic-labs/tezt/"
5bug-reports: "https://gitlab.com/nomadic-labs/tezt/issues"
6dev-repo: "git+https://gitlab.com/nomadic-labs/tezt.git"
7license: "MIT"
8depends: [
9 "dune" { >= "3.0" }
10 "ocaml" { >= "4.12" }
11 "re" { >= "1.7.2" }
12 "lwt" { >= "5.6.0" }
13 "base-unix"
14 "ezjsonm" { >= "1.1.0" }
15]
16depopts: [
17 "js_of_ocaml"
18 "js_of_ocaml-lwt"
19]
20conflicts: [
21 "js_of_ocaml" { ! (>= "4.0.0" & < "5.0.0") }
22 "js_of_ocaml-lwt" { ! (>= "4.0.0" & < "5.0.0") }
23]
24build: [
25 ["dune" "build" "-p" name "-j" jobs]
26]
27synopsis: "Test framework for unit tests, integration tests, and regression tests"
28url {
29 src:
30 "https://gitlab.com/nomadic-labs/tezt/-/archive/3.0.0/tezt-3.0.0.tar.bz2"
31 checksum: [
32 "md5=362773eb411d8a62fd3c6ec25c5a1f0e"
33 "sha512=c56c705b28f4399223576563f4ca0168c818adc57d9f0710cd1eaa5185fc26cf321de5f6f3ede7125ce5f5922c5e0456d3044c23acc6fa12b466fe23ca9d48a7"
34 ]
35}