File tree Expand file tree Collapse file tree 1 file changed +43
-0
lines changed Expand file tree Collapse file tree 1 file changed +43
-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+ x-maintenance-intent: ["(latest)"]
9+ depends: [
10+ "dune" { >= "3.19.1" }
11+ "ocaml" { >= "4.13" }
12+ "re" { >= "1.7.2" }
13+ "lwt" { >= "5.6.0" }
14+ "base-unix"
15+ "ezjsonm" { >= "1.1.0" }
16+ "clap" { >= "0.3.0" }
17+ "conf-npm" { with-test }
18+ "js_of_ocaml" { with-test }
19+ "js_of_ocaml-lwt" { with-test }
20+ "ocamlformat" { with-test & = "0.27.0" }
21+ ]
22+ x-ci-accept-failures: ["debian-11" "ubuntu-22.04"]
23+ depopts: [
24+ "js_of_ocaml"
25+ "js_of_ocaml-lwt"
26+ ]
27+ conflicts: [
28+ "js_of_ocaml" { < "4.0.0" }
29+ "js_of_ocaml-lwt" { < "4.0.0" }
30+ ]
31+ build: [
32+ ["dune" "build" "-p" name "-j" jobs]
33+ ["dune" "runtest" "-p" name "-j" jobs] {with-test & arch = "x86_64" & os = "linux" & os-distribution = "debian"}
34+ ]
35+ synopsis: "Test framework for unit tests, integration tests, and regression tests"
36+ url {
37+ src:
38+ "https://gitlab.com/nomadic-labs/tezt/-/archive/4.3.0/tezt-4.3.0.tar.bz2"
39+ checksum: [
40+ "md5=15abf8d74a268d18dd42e539f894fbe8"
41+ "sha512=fb30fc561a1e77f037a4ce7eb022345ef0620fa1ac3e16bd83b7f867ef3d0c0ff676255a967d3122e7ef25b22f4b0dc01fba9fe90fe1b486e68b268ba1e9a9c9"
42+ ]
43+ }
You can’t perform that action at this time.
0 commit comments