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 35 36
|
Source: starlet
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Dominic Hargreaves <dom@earth.li>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: libparallel-prefork-perl,
libplack-perl,
libserver-starter-perl,
libtest-tcp-perl (>= 2.10),
libwww-perl,
perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/starlet.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/starlet.git
Homepage: https://metacpan.org/release/Starlet
Package: starlet
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libparallel-prefork-perl,
libplack-perl,
libserver-starter-perl
Description: simple, high-performance PSGI/Plack HTTP server
Starlet is a standalone HTTP/1.0 server with keep-alive support, formerly
known as Plack::Server::Standalone::Prefork and
Plack::Server::Standalone::Prefork::Server::Starter.
.
The server supports following features, and is suitable for running HTTP
application servers behind a reverse proxy.
.
- prefork and graceful shutdown using Parallel::Prefork
- hot deploy using Server::Starter
- fast HTTP processing using HTTP::Parser::XS (optional)
|