| 12
 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
 
 | Source: libx11-keyboard-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders:
 X2Go Packaging Team <pkg-x2go-devel@lists.alioth.debian.org>,
 Mike Gabriel <sunweaver@debian.org>,
Build-Depends:
 debhelper (>= 9),
 perl,
 libx11-protocol-perl,
 xvfb,
Standards-Version: 3.9.6
Homepage: https://metacpan.org/release/X11-Keyboard
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libx11-keyboard-perl.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libx11-keyboard-perl.git
Package: libx11-keyboard-perl
Architecture: all
Depends:
 ${misc:Depends},
 ${perl:Depends},
Description: Keyboard support functions for X11
 X11::Keyboard is meant to provide access to the keyboard functions of X11.
 .
 Whilst the functions names are essentially identical to those used in xlib
 (minus the prepended X), the parameter lists and return values are different
 as specified in the shipped with X11::Keyboard man page.
 |