this repo has no description
1opam-version: "2.0"
2maintainer: "contact@tezos.com"
3authors: ["Tezos devteam"]
4homepage: "https://www.tezos.com/"
5bug-reports: "https://gitlab.com/tezos/tezos/issues"
6dev-repo: "git+https://gitlab.com/tezos/tezos.git"
7license: "MIT"
8depends: [
9 "dune" {>= "3.0" & < "3.11"}
10 "ocaml" { >= "4.14" }
11 "tezt" { >= "3.1.0" }
12 "uri" { >= "3.1.0" }
13 "cohttp-lwt-unix" { >= "4.0.0" & != "5.1.0" }
14]
15build: [
16 ["rm" "-r" "vendors"]
17 ["dune" "build" "-p" name "-j" jobs]
18 ["dune" "runtest" "-p" name "-j" jobs] {with-test}
19]
20synopsis: "Performance regression test framework based on Tezt"
21url {
22 src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz"
23 checksum: [
24 "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d"
25 "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb"
26 ]
27}