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.
|