File: control

package info (click to toggle)
libcorona-perl 0.1004-3
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 220 kB
  • sloc: perl: 1,438; makefile: 37
file content (28 lines) | stat: -rw-r--r-- 781 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
Source: libcorona-perl
Section: perl
Homepage: http://search.cpan.org/dist/Corona/
Maintainer: Dmitry E. Oboukhov <unera@debian.org>
Build-Depends: debhelper (>= 7), cdbs,
 libmodule-install-perl,
 libcoro-perl,
 libanyevent-perl,
 libnet-server-coro-perl,
 libnet-server-perl,
 libev-perl,
 libplack-perl
Standards-Version: 3.9.2
Priority: extra

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