File: control

package info (click to toggle)
libnet-server-coro-perl 1.3-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 160 kB
  • ctags: 153
  • sloc: perl: 1,666; makefile: 2
file content (30 lines) | stat: -rw-r--r-- 1,149 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
Source: libnet-server-coro-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Dmitry E. Oboukhov <unera@debian.org>,
           Xavier Guimard <x.guimard@free.fr>
Section: perl
Priority: extra
Build-Depends: debhelper (>= 8),
               libanyevent-perl,
               libcoro-perl,
               libnet-server-perl (>= 2),
               libnet-ssleay-perl
Standards-Version: 3.9.4
Vcs-Browser: http://anonscm.debian.org/git/pkg-perl/packages/libnet-server-coro-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libnet-server-coro-perl.git
Homepage: http://search.cpan.org/dist/Net-Server-Coro/

Package: libnet-server-coro-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends},
         libanyevent-perl,
         libcoro-perl,
         libnet-server-perl (>= 2)
Recommends: libnet-ssleay-perl
Description: co-operative multithreaded server using Coro
 Net::Server::Coro implements multithreaded server for the Net::Server
 architecture, using Coro and Coro::Socket to make all reads and
 writes non-blocking. Additionally, it supports non-blocking SSL
 negotiation.