File: control

package info (click to toggle)
libsocket-multicast6-perl 0.04-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 120 kB
  • sloc: perl: 64; makefile: 2
file content (28 lines) | stat: -rw-r--r-- 1,138 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
Source: libsocket-multicast6-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
               libmodule-build-perl,
               libsocket6-perl,
               perl-xs-dev,
               perl:native
Standards-Version: 3.9.6
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libsocket-multicast6-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libsocket-multicast6-perl.git
Homepage: https://metacpan.org/release/Socket-Multicast6

Package: libsocket-multicast6-perl
Architecture: any
Depends: ${perl:Depends},
         ${shlibs:Depends},
         ${misc:Depends},
         libsocket6-perl
Description: base module for IPv4 and IPv6 multicast socket operations
 Socket::Multicast6 is used to gain access to constants and utility functions
 used when manipulating multicast socket attributes.
 .
 For simple, object-oriented way of doing the same thing, take a look at
 IO::Socket::Multicast6 or IO::Socket::Multicast.