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.26.2" } 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" 34 url { 35 src: 36 "https://gitlab.com/nomadic-labs/tezt/-/archive/4.2.0/tezt-4.2.0.tar.bz2" 37 checksum: [ 38 "md5=7878acd788ae59f1a07d0392644f0fff" 39 "sha512=b9e8ce2576b0bc65870409380edf17b88656a985ceb9a438a84f479b51d6b30740acf7b035eccf7d122bf5227611bf15e888e607dcdbb1576b4383f12314dd49" 40 ] 41 }