this repo has no description

Merge pull request #18276 from Lesenr1/master

+tezos-alpha-test-helpers.8.2

Kate d0a2d3a0 d2c0481b

Changed files
+33
packages
tezos-alpha-test-helpers
tezos-alpha-test-helpers.8.2
+33
packages/tezos-alpha-test-helpers/tezos-alpha-test-helpers.8.2/opam
···
+
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" { >= "2.0" }
+
"tezos-base" { = version }
+
"tezos-stdlib-unix" { = version }
+
"tezos-shell-services" { = version }
+
"tezos-protocol-environment" { = version }
+
"tezos-protocol-alpha" { = version }
+
"tezos-protocol-alpha-parameters" { = version }
+
"tezos-client-alpha" { = version }
+
"alcotest-lwt"
+
]
+
build: [
+
["rm" "-r" "vendors"]
+
["dune" "build" "-p" name "-j" jobs]
+
["mv" "src/proto_alpha/lib_protocol/test/helpers/%{name}%.install" "./"]
+
["dune" "runtest" "-p" name "-j" jobs] {with-test}
+
]
+
synopsis: "Tezos/Protocol: protocol testing framework"
+
+
url {
+
src: "https://gitlab.com/tezos/tezos/-/archive/v8.2/tezos-v8.2.tar.bz2"
+
checksum: [
+
"sha256=6b3e3089524d177f0ace38f5053145b22f050e9ba7020548c6052b221b33c3af"
+
"sha512=eca32c8c8cad1f17887769e984ff6fd3c839bebdde43df1e435d31e0ff64acc17d3695a8f73e094422197aadcd461967860584a868099b4464b18bb51829cc73"
+
]
+
}