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.1/tezos-17.1.tar.gz" 23 checksum: [ 24 "sha256=12c194618501697c6f12edf4e931489a6b60465280cb0a116e5507032d64b7b0" 25 "sha512=e32145376626b69a9cbe20edbab716a7df1489847c54ec2ff33597bd239f8c83ea541c135165092520450b081d55af83c5e287229b1ca95766834b5457e79aba" 26 ] 27}