File: control

package info (click to toggle)
libio-async-loop-glib-perl 0.22-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 156 kB
  • sloc: perl: 361; makefile: 2
file content (33 lines) | stat: -rw-r--r-- 1,457 bytes parent folder | download
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
Source: libio-async-loop-glib-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>,
           Florian Schlichting <fsfs@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
               libmodule-build-perl
Build-Depends-Indep: libglib-perl <!nocheck>,
                     libio-async-perl (>= 0.77-2~) <!nocheck>,
                     libtest-exception-perl <!nocheck>,
                     libtest-fatal-perl <!nocheck>,
                     libtest-pod-perl <!nocheck>,
                     libtest-refcount-perl <!nocheck>,
                     perl
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libio-async-loop-glib-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libio-async-loop-glib-perl.git
Homepage: https://metacpan.org/release/IO-Async-Loop-Glib
Rules-Requires-Root: no

Package: libio-async-loop-glib-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libglib-perl,
         libio-async-perl
Description: Perl extension for an event loop using GLib
 IO::Async::Loop::Glib is a Perl module that provides an implementation of an
 event loop that uses the GNOME Library's main event loop implementation. The
 GLib main event loop manages all the available sources of events for GLib and
 GTK+ applications.