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 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61
|
Source: libx11-xcb-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Michael Stapelberg <stapelberg@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
libdata-dump-perl,
libextutils-depends-perl,
libextutils-parsexs-perl,
libextutils-pkgconfig-perl,
libmouse-perl <!nocheck>,
libmousex-nativetraits-perl <!nocheck>,
libtest-deep-perl <!nocheck>,
libtest-exception-perl <!nocheck>,
libtry-tiny-perl <!nocheck>,
libxcb-ewmh-dev,
libxcb-icccm4-dev,
libxcb-randr0-dev,
libxcb-render0-dev,
libxcb-util-dev,
libxcb-xinerama0-dev,
libxcb-xinput-dev,
libxcb-xkb-dev,
libxcb-xtest0-dev,
libxcb1-dev,
libxml-descent-perl,
libxml-simple-perl,
libxs-object-magic-perl,
perl-xs-dev,
perl:native,
xauth <!nocheck>,
xcb-proto,
xvfb <!nocheck>
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libx11-xcb-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libx11-xcb-perl.git
Homepage: https://metacpan.org/release/X11-XCB
Rules-Requires-Root: no
Package: libx11-xcb-perl
Architecture: any
Depends: ${misc:Depends},
${perl:Depends},
${shlibs:Depends},
libdata-dump-perl,
libmouse-perl,
libmousex-nativetraits-perl,
libtry-tiny-perl,
libxml-descent-perl,
libxml-simple-perl,
libxs-object-magic-perl
Description: perl bindings for libxcb
X11::XCB is a Perl module which wraps libxcb, a library to talk the X11
protocol.
.
Please note that its aim is NOT to provide yet another toolkit for creating
graphical applications. It is a low-level method of communicating with X11.
Use cases include testcases for all kinds of X11 applications, implementing
really simple applications which do not require an graphical toolkit (such as
GTK+, QT, etc.) or command-line utilities which communicate with X11.
|