File: control

package info (click to toggle)
libio-async-loop-mojo-perl 0.05-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 148 kB
  • ctags: 10
  • sloc: perl: 160; makefile: 2
file content (31 lines) | stat: -rw-r--r-- 1,249 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
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 (>= 9),
               libmodule-build-perl
Build-Depends-Indep: libio-async-perl,
                     libmojolicious-perl,
                     libtest-fatal-perl,
                     libtest-refcount-perl,
                     perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libio-async-loop-mojo-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libio-async-loop-mojo-perl.git
Homepage: https://metacpan.org/release/IO-Async-Loop-Mojo

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.