this repo has no description
0
fork

Configure Feed

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

Merge pull request #18276 from Lesenr1/master

+tezos-alpha-test-helpers.8.2

authored by

Kate and committed by
GitHub
d0a2d3a0 d2c0481b

+33
+33
packages/tezos-alpha-test-helpers/tezos-alpha-test-helpers.8.2/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "contact@tezos.com" 3 + authors: [ "Tezos devteam" ] 4 + homepage: "https://www.tezos.com/" 5 + bug-reports: "https://gitlab.com/tezos/tezos/issues" 6 + dev-repo: "git+https://gitlab.com/tezos/tezos.git" 7 + license: "MIT" 8 + depends: [ 9 + "dune" { >= "2.0" } 10 + "tezos-base" { = version } 11 + "tezos-stdlib-unix" { = version } 12 + "tezos-shell-services" { = version } 13 + "tezos-protocol-environment" { = version } 14 + "tezos-protocol-alpha" { = version } 15 + "tezos-protocol-alpha-parameters" { = version } 16 + "tezos-client-alpha" { = version } 17 + "alcotest-lwt" 18 + ] 19 + build: [ 20 + ["rm" "-r" "vendors"] 21 + ["dune" "build" "-p" name "-j" jobs] 22 + ["mv" "src/proto_alpha/lib_protocol/test/helpers/%{name}%.install" "./"] 23 + ["dune" "runtest" "-p" name "-j" jobs] {with-test} 24 + ] 25 + synopsis: "Tezos/Protocol: protocol testing framework" 26 + 27 + url { 28 + src: "https://gitlab.com/tezos/tezos/-/archive/v8.2/tezos-v8.2.tar.bz2" 29 + checksum: [ 30 + "sha256=6b3e3089524d177f0ace38f5053145b22f050e9ba7020548c6052b221b33c3af" 31 + "sha512=eca32c8c8cad1f17887769e984ff6fd3c839bebdde43df1e435d31e0ff64acc17d3695a8f73e094422197aadcd461967860584a868099b4464b18bb51829cc73" 32 + ] 33 + }