this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #27220 from rbardou/tezt-420

add Tezt 4.2.0

authored by

Marcello Seri and committed by
GitHub
eb2d3579 92e0bfee

+41
+41
packages/tezt/tezt.4.2.0/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "contact@tezos.com" 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 + "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 + ] 21 + depopts: [ 22 + "js_of_ocaml" 23 + "js_of_ocaml-lwt" 24 + ] 25 + conflicts: [ 26 + "js_of_ocaml" { < "4.0.0" } 27 + "js_of_ocaml-lwt" { < "4.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/4.2.0/tezt-4.2.0.tar.bz2" 37 + checksum: [ 38 + "md5=7878acd788ae59f1a07d0392644f0fff" 39 + "sha512=b9e8ce2576b0bc65870409380edf17b88656a985ceb9a438a84f479b51d6b30740acf7b035eccf7d122bf5227611bf15e888e607dcdbb1576b4383f12314dd49" 40 + ] 41 + }