Source: starlet
Standards-Version: 4.7.4
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders:
 Dominic Hargreaves <dom@earth.li>,
Section: perl
Testsuite: autopkgtest-pkg-perl
Build-Depends:
 debhelper-compat (= 13),
 libmodule-install-perl,
Build-Depends-Indep:
 libparallel-prefork-perl <!nocheck>,
 libplack-perl <!nocheck>,
 libserver-starter-perl <!nocheck>,
 libtest-tcp-perl <!nocheck>,
 libwww-perl <!nocheck>,
 perl,
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)
