1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
|
Source: libsyntax-keyword-match-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
# don't add
# libfuture-asyncawait-perl <!nocheck>,
# libfuture-perl <!nocheck>,
# otherwise we have a circular build dependency
Build-Depends: debhelper-compat (= 13),
libextutils-cbuilder-perl,
libmodule-build-perl,
libtest2-suite-perl <!nocheck>,
libxs-parse-keyword-perl (>= 0.36),
perl-xs-dev,
perl:native
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libsyntax-keyword-match-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libsyntax-keyword-match-perl.git
Homepage: https://metacpan.org/release/Syntax-Keyword-Match
Rules-Requires-Root: no
Package: libsyntax-keyword-match-perl
Architecture: any
Depends: ${misc:Depends},
${perl:Depends},
${shlibs:Depends},
libxs-parse-keyword-perl (>= 0.36)
Description: match/case syntax plugin for perl
Syntax::Keyword::Match provides a syntax plugin that implements a
control-flow block called match/case, which executes at most one of a choice
of different blocks depending on the value of its controlling expression.
.
This is similar to C's switch/case syntax (copied into many other languages),
or syntax provided by Switch::Plain.
.
This is an initial, experimental implementation. Furthermore, it is built as
a non-trivial example use-case on top of XS::Parse::Keyword, which is also
experimental. No API or compatibility guarantees are made at this time.
|