File: control

package info (click to toggle)
libmojolicious-perl 8.71%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,996 kB
  • sloc: perl: 9,899; makefile: 31; javascript: 1
file content (54 lines) | stat: -rw-r--r-- 2,360 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
Source: libmojolicious-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>,
           Angel Abad <angel@debian.org>,
           Dominique Dumont <dod@debian.org>,
           CSILLAG Tamas <cstamas@cstamas.hu>,
           Nick Morrott <nickm@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: fonts-font-awesome <!nocheck>,
                     libcpan-meta-yaml-perl <!nocheck>,
                     libcpanel-json-xs-perl (>= 4.09) <!nocheck>,
                     libfuture-asyncawait-perl <!nocheck>,
                     libio-socket-ip-perl (>= 0.39-3~) <!nocheck>,
                     libjs-bootstrap4 <!nocheck>,
                     libjs-highlight.js <!nocheck>,
                     libjs-jquery <!nocheck>,
                     librole-tiny-perl (>= 2.000001) <!nocheck>,
                     perl
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libmojolicious-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libmojolicious-perl.git
Homepage: https://mojolicious.org
Rules-Requires-Root: no

Package: libmojolicious-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         fonts-font-awesome,
         libio-socket-ip-perl (>= 0.39-3~),
         libjs-bootstrap4,
         libjs-highlight.js,
         libjs-jquery
Recommends: libcpan-meta-yaml-perl,
            libcpanel-json-xs-perl (>= 4.09),
            libev-perl (>= 4.32),
            libfuture-asyncawait-perl <!nocheck>,
            libio-socket-socks-perl,
            libio-socket-ssl-perl (>= 2.009),
            libmojo-server-fastcgi-perl,
            librole-tiny-perl (>= 2.000001)
Breaks: libmango-perl (<< 1.30-2~)
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.