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
|
Source: libhttp-server-simple-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Niko Tyni <ntyni@iki.fi>,
gregor herrmann <gregoa@debian.org>,
Ansgar Burchardt <ansgar@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: libcgi-pm-perl,
libtest-pod-coverage-perl,
libtest-pod-perl,
netbase,
perl
Standards-Version: 4.1.1
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libhttp-server-simple-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libhttp-server-simple-perl.git
Homepage: https://metacpan.org/release/HTTP-Server-Simple
Package: libhttp-server-simple-perl
Architecture: all
Depends: libcgi-pm-perl,
${misc:Depends},
${perl:Depends}
Description: simple stand-alone HTTP server
HTTP::Server::Simple is a simple standalone HTTP server. By default, it does
not thread or fork. It does, however, act as a simple frontend which can be
used to build a standalone web-based application or turn a CGI into one. (It
is possible to use Net::Server to get threading, forking, preforking, etc.)
|