Source: libweb-simple-perl Maintainer: Debian Perl Group Uploaders: gregor herrmann Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional Build-Depends: debhelper-compat (= 13) Build-Depends-Indep: perl, libdata-dumper-concise-perl, libdevel-cycle-perl, libhttp-body-perl, libhttp-request-ascgi-perl, libmoo-perl, libpadwalker-perl, libplack-perl, libstrictures-perl, libsyntax-keyword-gather-perl, libwarnings-illegalproto-perl Standards-Version: 4.1.3 Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libweb-simple-perl Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libweb-simple-perl.git Homepage: https://metacpan.org/release/Web-Simple Package: libweb-simple-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libhttp-body-perl, libmoo-perl, libplack-perl, libstrictures-perl, libsyntax-keyword-gather-perl, libwarnings-illegalproto-perl Description: simple web framework Web::Simple provides a bare minimum system for writing web applications that don't need a full-fledged web framework. . The philosophy of Web::Simple is to keep to an absolute bare minimum, for everything. It is not designed to be used for large scale applications; the Catalyst web framework already works very nicely for that and is a far more mature, well supported piece of software. . However, if you have an application that only does a couple of things, and want to not have to think about complexities of deployment, then Web::Simple might be just the thing for you.