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 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
|
Source: libweb-simple-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
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.
|