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
|
Source: libterm-termkey-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
Build-Depends: debhelper-compat (= 13),
libmodule-build-perl,
libmodule-build-using-pkgconfig-perl,
libtermkey-dev,
libtest-refcount-perl <!nocheck>,
libtest-simple-perl (>= 1.302200) <!nocheck> | libtest2-suite-perl <!nocheck>,
perl-xs-dev,
perl:native
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libterm-termkey-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libterm-termkey-perl.git
Homepage: https://metacpan.org/release/Term-TermKey
Rules-Requires-Root: no
Package: libterm-termkey-perl
Architecture: any
Depends: ${misc:Depends},
${perl:Depends},
${shlibs:Depends}
Description: perl wrapper around libtermkey
Term::TermKey provides a light perl wrapper around the libtermkey library.
Term::TermKey attempts to provide an abstract way to read keypress events in
terminal-based programs by providing structures that describe keys, rather
than simply returning raw bytes as read from the TTY device.
|