File: control

package info (click to toggle)
libmojolicious-perl 9.39%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,324 kB
  • sloc: perl: 10,319; makefile: 31; javascript: 1
file content (56 lines) | stat: -rw-r--r-- 2,395 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
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>,
           Philip Hands <phil@hands.com>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-strip-nondeterminism
Build-Depends-Indep: libcpan-meta-yaml-perl <!nocheck>,
                     libcpanel-json-xs-perl <!nocheck>,
                     libcryptx-perl (>= 0.80) <!nocheck>,
                     libfuture-asyncawait-perl (>= 0.52) <!nocheck>,
                     libio-socket-ip-perl <!nocheck>,
                     libjs-bootstrap5 <!nocheck>,
                     libjs-highlight.js <!nocheck>,
                     libjs-popper.js <!nocheck>,
                     librole-tiny-perl <!nocheck>,
                     perl
Standards-Version: 4.7.0
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},
         libio-socket-ip-perl,
         libjs-bootstrap5,
         libjs-highlight.js,
         libjs-popper.js
Recommends: libcpan-meta-yaml-perl,
            libcpanel-json-xs-perl,
            libcryptx-perl (>= 0.80),
            libev-perl,
            libfuture-asyncawait-perl (>= 0.52),
            libio-socket-socks-perl,
            libio-socket-ssl-perl,
            libmojo-server-fastcgi-perl,
            librole-tiny-perl
Breaks: libmojolicious-plugin-openapi-perl (<< 4.04)
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.