File: control

package info (click to toggle)
libdancer2-perl 0.204002%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,384 kB
  • ctags: 660
  • sloc: perl: 8,047; makefile: 2
file content (91 lines) | stat: -rw-r--r-- 3,807 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
85
86
87
88
89
90
91
Source: libdancer2-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: libapp-cmd-perl,
                     libcapture-tiny-perl,
                     libconfig-any-perl,
                     libcrypt-urandom-perl,
                     libexporter-tiny-perl,
                     libfile-sharedir-install-perl (>= 0.06),
                     libfile-sharedir-perl,
                     libhash-merge-simple-perl,
                     libhash-multivalue-perl,
                     libhttp-body-perl,
                     libhttp-cookies-perl,
                     libhttp-date-perl,
                     libhttp-headers-fast-perl,
                     libhttp-message-perl,
                     libimport-into-perl,
                     libjson-maybexs-perl,
                     libmath-random-isaac-xs-perl,
                     libmime-types-perl,
                     libmodule-runtime-perl,
                     libmoo-perl (>= 2.000000),
                     libmoox-types-mooselike-perl,
                     libplack-perl (>= 1.0035),
                     libplack-middleware-fixmissingbodyinredirect-perl,
                     libplack-middleware-removeredundantbody-perl,
                     libreturn-multilevel-perl,
                     librole-tiny-perl (>= 2.000000),
                     libsafe-isa-perl,
                     libscope-upper-perl,
                     libtemplate-perl,
                     libtemplate-tiny-perl,
                     libtest-fatal-perl,
                     liburi-perl,
                     libwww-perl,
                     libyaml-perl (>= 0.86),
                     perl,
                     perl (>= 5.19.3) | libscalar-list-utils-perl (>= 1:1.29)
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libdancer2-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libdancer2-perl.git
Homepage: https://metacpan.org/release/Dancer2
Testsuite: autopkgtest-pkg-perl

Package: libdancer2-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libapp-cmd-perl,
         libconfig-any-perl,
         libexporter-tiny-perl,
         libfile-sharedir-perl,
         libhash-merge-simple-perl,
         libhash-multivalue-perl,
         libhttp-body-perl,
         libhttp-date-perl,
         libhttp-headers-fast-perl,
         libhttp-message-perl,
         libimport-into-perl,
         libjs-jquery,
         libjson-maybexs-perl,
         libmime-types-perl,
         libmodule-runtime-perl,
         libmoo-perl (>= 2.000000),
         libmoox-types-mooselike-perl,
         libplack-perl (>= 1.0035),
         libplack-middleware-fixmissingbodyinredirect-perl,
         libreturn-multilevel-perl,
         librole-tiny-perl (>= 2.000000),
         libsafe-isa-perl,
         libtemplate-tiny-perl,
         liburi-perl,
         libwww-perl,
         libyaml-perl (>= 0.86),
         perl (>= 5.19.3) | libscalar-list-utils-perl (>= 1:1.29)
Recommends: libclass-xsaccessor-perl,
            libcrypt-urandom-perl,
            libcpanel-json-xs-perl,
            libmath-random-isaac-xs-perl,
            libtemplate-perl
Description: lightweight yet powerful web application framework
 Dancer2 is the new generation lightweight web-framework for Perl. It's a
 complete rewrite of Dancer based on Moo. It's designed to be powerful and
 flexible, but also easy to use - getting up and running with your web app
 is trivial, and an ecosystem of adaptors for common template engines,
 session storage, logging methods and plugins to make common tasks easy
 mean you can do what you want to do, your way, easily.