File: control

package info (click to toggle)
libdancer-perl 1.3202%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,408 kB
  • ctags: 638
  • sloc: perl: 7,215; xml: 1,977; sh: 51; makefile: 29; sql: 5
file content (83 lines) | stat: -rw-r--r-- 3,492 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
Source: libdancer-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonathan Yu <jawnsy@cpan.org>,
           Iñigo Tejedor Arrondo <poisonbit@gmail.com>,
           gregor herrmann <gregoa@debian.org>,
           Krzysztof Krzyżaniak (eloy) <eloy@debian.org>,
           Damyan Ivanov <dmn@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9)
# don't build-depend on libdancer-session-cookie-perl,
# which depends in libdancer-perl again ...
Build-Depends-Indep: perl,
                     libcgi-pm-perl,
                     libclone-perl,
                     libdevel-hide-perl,
                     libhash-merge-simple-perl,
                     libhttp-body-perl (>= 1.07),
                     libhttp-cookies-perl,
                     libhttp-date-perl,
                     libhttp-message-perl,
                     libhttp-parser-xs-perl (>= 0.10),
                     libhttp-server-simple-psgi-perl,
                     libjson-perl,
                     libmime-types-perl (>= 1.38),
                     libmodule-runtime-perl,
                     libplack-perl,
                     libtemplate-perl,
                     libtest-output-perl,
                     libtest-pod-coverage-perl,
                     libtest-pod-perl (>= 1.44),
                     libtest-requires-perl,
                     libtest-tcp-perl (>= 1.30),
                     libtest-nowarnings-perl,
                     libtry-tiny-perl (>= 0.09),
                     liburi-perl (>= 1.59),
                     libwww-perl,
                     libxml-parser-perl | libxml-sax-perl,
                     libxml-simple-perl,
                     libyaml-perl,
                     perl (>= 5.11.1) | libtest-simple-perl (>= 0.94)
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libdancer-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdancer-perl.git
Homepage: https://metacpan.org/release/Dancer
Testsuite: autopkgtest-pkg-perl

Package: libdancer-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libcgi-pm-perl,
         libhash-merge-simple-perl,
         libhttp-body-perl (>= 1.07),
         libhttp-date-perl,
         libhttp-message-perl,
         libhttp-server-simple-psgi-perl,
         libmime-types-perl,
         libmodule-runtime-perl,
         libtry-tiny-perl (>= 0.09),
         liburi-perl (>= 1.59),
         libwww-perl
Recommends: libjs-jquery,
            libyaml-perl
Suggests: libclone-perl,
          libdancer-session-cookie-perl,
          libhttp-parser-xs-perl (>= 0.10),
          libjson-perl,
          libplack-perl,
          libtemplate-perl,
          libxml-parser-perl | libxml-sax-perl,
          libxml-simple-perl,
          perl (>= 5.11.1) | libtest-simple-perl (>= 0.94)
Description: effortless web application framework
 Dancer is a Perl web application framework that aims to provide the simplest
 way for writing web applications, and offers the flexibility to scale between
 a very simple lightweight web service consisting of a few lines of code in a
 single file, all the way up to a more complex fully-fledged web application
 with session support, templates for views and layouts, etc.
 .
 If you don't want to write CGI scripts by hand, and find other frameworks
 such as Catalyst (see libcatalyst-perl) too complex or cumbersome for your
 project, Dancer is what you need.