File: control

package info (click to toggle)
libmojolicious-perl 7.21%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 3,432 kB
  • ctags: 1,253
  • sloc: perl: 11,603; makefile: 10
file content (40 lines) | stat: -rw-r--r-- 1,718 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
Source: libmojolicious-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>,
           Krzysztof Krzyżaniak (eloy) <eloy@debian.org>,
           Angel Abad <angel@debian.org>,
           Dominique Dumont <dod@debian.org>,
           CSILLAG Tamas <cstamas@cstamas.hu>,
           Nick Morrott <knowledgejunkie@gmail.com>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: perl,
                     libjs-jquery,
                     libjs-prettify
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libmojolicious-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libmojolicious-perl.git
Homepage: https://metacpan.org/release/Mojolicious

Package: libmojolicious-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libjs-jquery,
         libjs-prettify
Recommends: perl (>= 5.19.8) | libio-socket-ip-perl (>= 0.26),
            libio-socket-ssl-perl (>= 1.94),
            libio-socket-socks-perl (>= 0.65),
            libmojo-server-fastcgi-perl,
            libev-perl
Description: simple, yet powerful, Web Application Framework
 Mojolicious is a Perl Web Application Framework built around the familiar
 Model-View-Controller philosophy. It supports a simple single file mode via
 Mojolicious::Lite, RESTful routes, plugins, Perl-ish templates, session
 management, signed cookies, a testing framework, internationalization, first
 class Unicode support, and more.
 .
 The package also provides the morbo and hypnotoad (development) web servers
 and the mojo command line script.