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 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67
|
Source: libplack-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl (>= 5.10.1),
libauthen-simple-passwd-perl,
libcgi-compile-perl,
libcgi-emulate-psgi-perl,
libdevel-stacktrace-ashtml-perl (>= 0.11),
libdevel-stacktrace-perl (>= 1.2300),
libfcgi-perl,
libfcgi-procmanager-perl,
libfile-sharedir-perl (>= 1.00),
libfilesys-notify-simple-perl,
libhash-multivalue-perl,
libhttp-body-perl (>= 1.06),
libhttp-message-perl,
libhttp-request-ascgi-perl,
libhttp-server-simple-psgi-perl,
libio-handle-util-perl,
liblog-dispatch-array-perl,
liblog-log4perl-perl,
libmime-types-perl,
libmodule-refresh-perl,
libtest-requires-perl,
libtest-tcp-perl,
libtry-tiny-perl,
liburi-perl (>= 1.58),
libwww-perl (>= 5.814),
python
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonathan Yu <jawnsy@cpan.org>, gregor herrmann <gregoa@debian.org>,
Iñigo Tejedor Arrondo <poisonbit@gmail.com>,
Krzysztof Krzyżaniak (eloy) <eloy@debian.org>,
Alessandro Ghedini <ghedo@debian.org>,
Maximilian Gass <mxey@cloudconnected.org>
Standards-Version: 3.9.3
Homepage: http://search.cpan.org/dist/Plack/
Vcs-Git: git://git.debian.org/pkg-perl/packages/libplack-perl.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libplack-perl.git
Package: libplack-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
libdevel-stacktrace-ashtml-perl (>= 0.11),
libdevel-stacktrace-perl (>= 1.2300),
libfile-sharedir-perl (>= 1.00),
libfilesys-notify-simple-perl,
libhash-multivalue-perl,
libhttp-body-perl (>= 1.06),
libhttp-message-perl,
libmodule-refresh-perl,
libtest-tcp-perl,
libtry-tiny-perl,
liburi-perl (>= 1.58),
libwww-perl (>= 5.814),
perl (>= 5.10.1)
Recommends: libcgi-compile-perl,
libcgi-emulate-psgi-perl
Description: interface between web servers and Perl web applications
Plack is a set of tools similar to Ruby's Rack or Python's Paste for WSGI. It
implements the Perl Server Gateway Interface (PSGI) standard interface, which
allows developers to decouple their web application framework from the local
web server environment.
.
This package contains middleware components, a reference server and utilities
for web application frameworks.
|