Source: starlet Maintainer: Debian Perl Group Uploaders: Dominic Hargreaves Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional Build-Depends: debhelper-compat (= 13), libmodule-install-perl Build-Depends-Indep: libparallel-prefork-perl, libplack-perl, libserver-starter-perl, libtest-tcp-perl, libwww-perl, perl Standards-Version: 3.9.8 Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/starlet Vcs-Git: https://salsa.debian.org/perl-team/modules/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)