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
|
Source: libanyevent-i3-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Michael Stapelberg <stapelberg@debian.org>,
Xavier Guimard <x.guimard@free.fr>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: libanyevent-perl,
libjson-xs-perl,
perl
Standards-Version: 4.1.1
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libanyevent-i3-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libanyevent-i3-perl.git
Homepage: https://metacpan.org/release/AnyEvent-I3
Testsuite: autopkgtest-pkg-perl
Package: libanyevent-i3-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libanyevent-perl,
libjson-xs-perl
Description: Perl module to communicate with the i3 window manager
AnyEvent::I3 provides integration of the i3 IPC protocol into the
AnyEvent framework. Use it to have an easy way of communicating with
i3 using event-based (or blocking, if you like) programming.
|