File: control

package info (click to toggle)
libio-async-loop-mojo-perl 0.07-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 132 kB
  • sloc: perl: 181; makefile: 2
file content (32 lines) | stat: -rw-r--r-- 1,338 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
Source: libio-async-loop-mojo-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Dominique Dumont <dod@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
               libmodule-build-perl
Build-Depends-Indep: libio-async-perl (>= 0.77-2~) <!nocheck>,
                     libmojolicious-perl <!nocheck>,
                     libtest-fatal-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-mojo-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libio-async-loop-mojo-perl.git
Homepage: https://metacpan.org/release/IO-Async-Loop-Mojo
Rules-Requires-Root: no

Package: libio-async-loop-mojo-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libio-async-perl,
         libmojolicious-perl
Description: Perl module to use IO::Async with Mojolicious
 IO::Async::Loop::Mojo Perl module is "glue" module to enable usage of
 asynchronous modules based on IO::Async::Loop in a web server based on
 Mojolicious.
 .
 In other words, this module is a subclass of IO::Async::Loop which
 uses Mojo::Reactor to perform its IO operations.