File tree Expand file tree Collapse file tree 1 file changed +41
-0
lines changed Expand file tree Collapse file tree 1 file changed +41
-0
lines changed Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ 3+ authors: ["Tezos devteam"]
4+ homepage: "https://gitlab.com/nomadic-labs/tezt/"
5+ bug-reports: "https://gitlab.com/nomadic-labs/tezt/issues"
6+ dev-repo: "git+https://gitlab.com/nomadic-labs/tezt.git"
7+ license: "MIT"
8+ depends: [
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+ "conf-npm" { with-test }
16+ "js_of_ocaml" { with-test }
17+ "js_of_ocaml-lwt" { with-test }
18+ "conf-npm" { with-test }
19+ "ocamlformat" { with-test & = "0.21.0" }
20+ ]
21+ depopts: [
22+ "js_of_ocaml"
23+ "js_of_ocaml-lwt"
24+ ]
25+ conflicts: [
26+ "js_of_ocaml" { ! (>= "4.0.0" & < "5.0.0") }
27+ "js_of_ocaml-lwt" { ! (>= "4.0.0" & < "5.0.0") }
28+ ]
29+ build: [
30+ ["dune" "build" "-p" name "-j" jobs]
31+ ["dune" "runtest" "-p" name "-j" jobs] {with-test}
32+ ]
33+ synopsis: "Test framework for unit tests, integration tests, and regression tests"
34+ url {
35+ src:
36+ "https://gitlab.com/nomadic-labs/tezt/-/archive/3.1.0/tezt-3.1.0.tar.bz2"
37+ checksum: [
38+ "md5=d395cb9e663635ea8795f47c9bd9249f"
39+ "sha512=d7c62899684ec202a98669eb575a2dc3bd1f8cf0430447c789a9d0aadc04a611d0dcfbcd7d61c613d4b7c78fd1bc4c533e4fcb48dbc8e3f19feaabe4ddd78723"
40+ ]
41+ }
You can’t perform that action at this time.
0 commit comments