File: control

package info (click to toggle)
libplack-perl 1.0042-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,472 kB
  • ctags: 411
  • sloc: perl: 5,249; python: 6; makefile: 4
file content (84 lines) | stat: -rw-r--r-- 3,614 bytes parent folder | download
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
Source: libplack-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>,
           Iñigo Tejedor Arrondo <poisonbit@gmail.com>,
           Krzysztof Krzyżaniak (eloy) <eloy@debian.org>,
           Alessandro Ghedini <ghedo@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: libapache-logformat-compiler-perl (>= 0.33),
                     libauthen-simple-passwd-perl,
                     libcgi-compile-perl,
                     libcgi-emulate-psgi-perl,
                     libcgi-pm-perl | perl (<< 5.19),
                     libcookie-baker-perl (>= 0.07),
                     libdevel-stacktrace-ashtml-perl,
                     libdevel-stacktrace-perl,
                     libfcgi-perl,
                     libfcgi-procmanager-perl,
                     libfile-sharedir-install-perl (>= 0.06),
                     libfile-sharedir-perl,
                     libfilesys-notify-simple-perl,
                     libhash-multivalue-perl,
                     libhttp-entity-parser-perl,
                     libhttp-headers-fast-perl,
                     libhttp-message-perl | libwww-perl (<< 6.0),
                     libhttp-request-ascgi-perl,
                     libio-handle-util-perl,
                     liblog-dispatch-array-perl,
                     liblog-log4perl-perl,
                     libmime-types-perl,
                     libmodule-refresh-perl,
                     libstream-buffered-perl,
                     libtest-requires-perl,
                     libtest-tcp-perl (>= 2.00),
                     libtry-tiny-perl,
                     liburi-perl,
                     libwww-perl,
                     libwww-form-urlencoded-perl,
                     perl,
                     perl (>= 5.19.2) | libhttp-tiny-perl (>= 0.034),
                     python
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libplack-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libplack-perl.git
Homepage: https://metacpan.org/release/Plack

Package: libplack-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libapache-logformat-compiler-perl (>= 0.33),
         libcookie-baker-perl (>= 0.07),
         libdevel-stacktrace-ashtml-perl,
         libdevel-stacktrace-perl,
         libfile-sharedir-perl,
         libfilesys-notify-simple-perl,
         libhash-multivalue-perl,
         libhttp-entity-parser-perl,
         libhttp-headers-fast-perl,
         libhttp-message-perl | libwww-perl (<< 6.0),
         libstream-buffered-perl,
         libtest-tcp-perl (>= 2.00),
         libtry-tiny-perl,
         liburi-perl,
         libwww-form-urlencoded-perl,
         perl (>= 5.19.2) | libhttp-tiny-perl (>= 0.034)
Recommends: libcgi-compile-perl,
            libcgi-emulate-psgi-perl,
            libfcgi-perl,
            libfcgi-procmanager-perl,
            liblog-log4perl-perl,
            liblog-dispatch-perl,
            libmodule-refresh-perl,
            libwww-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.