File: control

package info (click to toggle)
libhttp-server-simple-mason-perl 0.14-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 208 kB
  • sloc: perl: 1,280; makefile: 2
file content (31 lines) | stat: -rw-r--r-- 1,335 bytes parent folder | download | duplicates (2)
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
Source: libhttp-server-simple-mason-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Angel Abad <angel@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 11)
Build-Depends-Indep: libhook-lexwrap-perl,
                     libhtml-mason-perl,
                     libhttp-server-simple-perl,
                     libtest-pod-coverage-perl,
                     libtest-pod-perl,
                     libwww-perl,
                     perl
Standards-Version: 4.1.4
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libhttp-server-simple-mason-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libhttp-server-simple-mason-perl.git
Homepage: https://metacpan.org/release/HTTP-Server-Simple-Mason

Package: libhttp-server-simple-mason-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libhook-lexwrap-perl,
         libhtml-mason-perl,
         libhttp-server-simple-perl
Description: abstract baseclass for a standalone mason server
 HTTP::Server::Simple::Mason is a simple standalone mason HTTP server.
 By default, it doesn't thread or fork. It does, however, act as a
 simple frontend which can be used to build a standalone web-based
 application or turn a CGI into one.