File: control

package info (click to toggle)
libanyevent-httpd-perl 0.93-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 248 kB
  • ctags: 55
  • sloc: perl: 1,247; makefile: 4
file content (31 lines) | stat: -rw-r--r-- 1,230 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
Source: libanyevent-httpd-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Dmitry E. Oboukhov <unera@debian.org>,
           Xavier Guimard <x.guimard@free.fr>
Section: perl
Priority: extra
Build-Depends: debhelper (>= 8),
               libanyevent-http-perl,
               libanyevent-perl,
               libcommon-sense-perl,
               libobject-event-perl,
               libtest-pod-perl,
               liburi-perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libanyevent-httpd-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libanyevent-httpd-perl.git
Homepage: https://metacpan.org/release/AnyEvent-HTTPD
Testsuite: autopkgtest-pkg-perl

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 independend from any
 event loop by using the AnyEvent module.