File: control

package info (click to toggle)
libplack-perl 1.0050-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,484 kB
  • sloc: perl: 5,289; makefile: 4; sh: 4; javascript: 1
file content (82 lines) | stat: -rw-r--r-- 3,665 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
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>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libapache-logformat-compiler-perl <!nocheck>,
                     libauthen-simple-passwd-perl <!nocheck>,
                     libcgi-compile-perl <!nocheck>,
                     libcgi-emulate-psgi-perl <!nocheck>,
                     libcgi-pm-perl <!nocheck>,
                     libcookie-baker-perl <!nocheck>,
                     libdevel-stacktrace-ashtml-perl <!nocheck>,
                     libdevel-stacktrace-perl <!nocheck>,
                     libfcgi-perl <!nocheck>,
                     libfcgi-procmanager-perl <!nocheck>,
                     libfile-sharedir-install-perl,
                     libfile-sharedir-perl <!nocheck>,
                     libfilesys-notify-simple-perl <!nocheck>,
                     libhash-multivalue-perl <!nocheck>,
                     libhttp-entity-parser-perl (>= 0.25) <!nocheck>,
                     libhttp-headers-fast-perl <!nocheck>,
                     libhttp-message-perl <!nocheck>,
                     libhttp-request-ascgi-perl <!nocheck>,
                     libhttp-tiny-perl <!nocheck>,
                     libio-handle-util-perl <!nocheck>,
                     liblog-dispatch-array-perl <!nocheck>,
                     liblog-log4perl-perl <!nocheck>,
                     libmime-types-perl <!nocheck>,
                     libmodule-refresh-perl <!nocheck>,
                     libstream-buffered-perl <!nocheck>,
                     libtest-requires-perl <!nocheck>,
                     libtest-tcp-perl <!nocheck>,
                     libtry-tiny-perl <!nocheck>,
                     liburi-perl <!nocheck>,
                     libwww-form-urlencoded-perl <!nocheck>,
                     libwww-perl <!nocheck>,
                     perl
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libplack-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libplack-perl.git
Homepage: https://metacpan.org/release/Plack
Rules-Requires-Root: no

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