this repo has no description
0
fork

Configure Feed

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

Merge pull request #25883 from rbardou/tezt-410

add tezt.4.1.0

authored by

Marcello Seri and committed by
GitHub
0bdad08f 3be63245

+41
+41
packages/tezt/tezt.4.1.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.25.1" } 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.1.0/tezt-4.1.0.tar.bz2" 37 + checksum: [ 38 + "md5=88c2d9d3da75ff554599bc34cbf5acbe" 39 + "sha512=e60294514ecc4a989ce663ebb306e56f654dcfaffb7dbe5e3f05f5a13c9c2ff64dadde4a77b0d9a8567a76a6a7a2b25e0940ccd2a956ffcb85ff9300bfebe3bc" 40 + ] 41 + }