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 "clap" { >= "0.3.0" }
16 "conf-npm" { with-test }
17 "js_of_ocaml" { with-test }
18 "js_of_ocaml-lwt" { with-test }
19 "ocamlformat" { with-test & = "0.25.1" }
20]
21depopts: [
22 "js_of_ocaml"
23 "js_of_ocaml-lwt"
24]
25conflicts: [
26 "js_of_ocaml" { < "4.0.0" }
27 "js_of_ocaml-lwt" { < "4.0.0" }
28]
29build: [
30 ["dune" "build" "-p" name "-j" jobs]
31 ["dune" "runtest" "-p" name "-j" jobs] {with-test}
32]
33synopsis: "Test framework for unit tests, integration tests, and regression tests"
34url {
35 src:
36 "https://gitlab.com/nomadic-labs/tezt/-/archive/4.1.0/tezt-4.1.0.tar.bz2"
37 checksum: [
38 "md5=88c2d9d3da75ff554599bc34cbf5acbe"
39 "sha512=e60294514ecc4a989ce663ebb306e56f654dcfaffb7dbe5e3f05f5a13c9c2ff64dadde4a77b0d9a8567a76a6a7a2b25e0940ccd2a956ffcb85ff9300bfebe3bc"
40 ]
41}