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
|
Source: libanyevent-i3-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Michael Stapelberg <stapelberg@debian.org>,
Xavier Guimard <yadd@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libanyevent-perl,
libjson-xs-perl,
perl
Standards-Version: 4.1.3
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libanyevent-i3-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/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.
|