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
|
Source: libanyevent-termkey-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Build-Depends: debhelper (>= 9),
libmodule-build-perl,
perl
Build-Depends-Indep: libanyevent-perl,
libterm-termkey-perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libanyevent-termkey-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libanyevent-termkey-perl.git
Homepage: https://metacpan.org/release/AnyEvent-TermKey
Testsuite: autopkgtest-pkg-perl
Package: libanyevent-termkey-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libanyevent-perl,
libterm-termkey-perl
Description: module for terminal key input using libtermkey with AnyEvent
AnyEvent::TermKey implements an asynchronous perl wrapper around the
libtermkey library, which provides an abstract way to read keypress events in
terminal-based programs. It yields structures that describe keys, rather than
simply returning raw bytes as read from the TTY device.
.
It internally uses an instance of Term::TermKey to access the underlying C
library. For details on general operation, including the representation of
keypress events as objects, see the documentation on that class.
.
Proxy methods exist for normal accessors of Term::TermKey, and the usual
behaviour of the getkey or other methods is instead replaced by the on_key
event.
|