this repo has no description
0
fork

Configure Feed

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

Merge pull request #21335 from rbardou/tezt

add tezt.2.0.0

authored by

Marcello Seri and committed by
GitHub
bbdf648d 79f83a5e

+28
+28
packages/tezt/tezt.2.0.0/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "contact@tezos.com" 3 + authors: ["Tezos devteam"] 4 + homepage: "https://www.tezos.com/" 5 + bug-reports: "https://gitlab.com/tezos/tezos/issues" 6 + dev-repo: "git+https://gitlab.com/tezos/tezos.git" 7 + license: "MIT" 8 + depends: [ 9 + "dune" { >= "2.9" } 10 + "ocaml" { >= "4.12" } 11 + "re" { >= "1.7.2" } 12 + "lwt" { >= "5.4.0" } 13 + "ezjsonm" { >= "1.1.0" } 14 + ] 15 + build: [ 16 + ["rm" "-r" "vendors"] 17 + ["dune" "build" "-p" name "-j" jobs] 18 + ["mv" "tezt/lib/%{name}%.install" "./"] 19 + ] 20 + synopsis: "Test framework for unit tests, integration tests, and regression tests" 21 + 22 + url { 23 + src: "https://gitlab.com/tezos/tezos/-/package_files/36987518/download" 24 + checksum: [ 25 + "sha256=9d6147eca58c3637509afaf5791a406cbb8ecc0d39638f9971be9f3446cc93c9" 26 + "sha512=2480117f26e4ea6e8171425a69b12b8827deb256d5ab9315fd36d7d38a8af1db7583970e333ceb6de70ef82b687bf97dd58fc44f9e9fbc568d014b97f40c874c" 27 + ] 28 + }