opam-version: "2.0" maintainer: "contact@tezos.com" authors: ["Tezos devteam"] homepage: "https://www.tezos.com/" bug-reports: "https://gitlab.com/tezos/tezos/issues" dev-repo: "git+https://gitlab.com/tezos/tezos.git" license: "MIT" depends: [ "dune" {>= "3.0" & < "3.11"} "ocaml" { >= "4.14" } "tezt" { >= "3.1.0" } "uri" { >= "3.1.0" } "cohttp-lwt-unix" { >= "4.0.0" & != "5.1.0" } ] build: [ ["rm" "-r" "vendors"] ["dune" "build" "-p" name "-j" jobs] ["dune" "runtest" "-p" name "-j" jobs] {with-test} ] synopsis: "Performance regression test framework based on Tezt" url { src: "https://gitlab.com/tezos/tezos/-/archive/v17.2/tezos-17.2.tar.gz" checksum: [ "sha256=451f30679472dcd47ce7ab48289efdaf6a250f5b851e61cdf18191f9f44c7a5d" "sha512=7144b0e67228429685ea335d0a6f15ce312f06042712eeeb39cef6473cf60542d486c7480c2df44d3b62069db626503f1de8aeac527ed2b391f2a6ec8e3f67cb" ] }