File: control

package info (click to toggle)
libanyevent-handle-udp-perl 0.050-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 160 kB
  • sloc: perl: 360; makefile: 6; sh: 4
file content (35 lines) | stat: -rw-r--r-- 1,152 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
Source: libanyevent-handle-udp-perl
Section: perl
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 libanyevent-perl <!nocheck>,
 libfile-spec-perl <!nocheck>,
 libmodule-build-tiny-perl,
 libsub-name-perl <!nocheck>,
 libtest-fatal-perl <!nocheck>,
 libtest-simple-perl <!nocheck>,
 perl,
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders:
 Jonas Smedegaard <dr@jones.dk>,
Standards-Version: 4.6.1
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libanyevent-handle-udp-perl.git
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libanyevent-handle-udp-perl
Homepage: https://metacpan.org/release/AnyEvent-Handle-UDP
Testsuite: autopkgtest-pkg-perl
Rules-Requires-Root: no

Package: libanyevent-handle-udp-perl
Architecture: all
Depends:
 libanyevent-perl,
 libsub-name-perl,
 ${misc:Depends},
 ${perl:Depends},
Description: client/server UDP handles for AnyEvent
 AnyEvent::Handle::UDP is an abstraction around UDP sockets
 for use with AnyEvent.
 .
 AnyEvent is a framework to do event-based programming,
 implemented as a thin abstraction layer on top of other event loops.