Source: starlet Maintainer: Debian Perl Group Uploaders: Dominic Hargreaves 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)