File: control

package info (click to toggle)
libanyevent-httpd-perl 0.93-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 244 kB
  • sloc: perl: 1,247; makefile: 4
file content (30 lines) | stat: -rw-r--r-- 1,195 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
Source: libanyevent-httpd-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Xavier Guimard <yadd@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 12),
               libanyevent-http-perl,
               libanyevent-perl,
               libcommon-sense-perl,
               libobject-event-perl,
               libtest-pod-perl,
               liburi-perl
Standards-Version: 3.9.6
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libanyevent-httpd-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libanyevent-httpd-perl.git
Homepage: https://metacpan.org/release/AnyEvent-HTTPD

Package: libanyevent-httpd-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends},
         libanyevent-perl,
         libcommon-sense-perl,
         libobject-event-perl,
         liburi-perl
Description: simple lightweight event based web (application) server
 The AnyEvent::HTTPD module provides a simple HTTPD for serving simple web
 application interfaces. It's completelly event based and independent from any
 event loop by using the AnyEvent module.