File: control

package info (click to toggle)
libcorona-perl 0.1004-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 216 kB
  • sloc: perl: 1,438; makefile: 21
file content (34 lines) | stat: -rw-r--r-- 1,261 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
34
Source: libcorona-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Xavier Guimard <yadd@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13), libmodule-install-perl
Build-Depends-Indep: libanyevent-perl,
                     libcoro-perl,
                     libev-perl,
                     libnet-server-coro-perl,
                     libnet-server-perl,
                     libplack-perl,
                     perl
Standards-Version: 4.1.5
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libcorona-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libcorona-perl.git
Homepage: https://metacpan.org/release/Corona

Package: libcorona-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         ${shlibs:Depends},
         libanyevent-perl,
         libcoro-perl,
         libev-perl,
         libnet-server-coro-perl,
         libnet-server-perl,
         libplack-perl
Description: Coro based PSGI web server
 Corona is a Coro based Plack web server. It uses Net::Server::Coro
 under the hood, which means there are coroutines (threads) for each
 socket, active connections and a main loop.