File: control

package info (click to toggle)
libio-socket-multicast-perl 1.12-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, jessie, jessie-kfreebsd, stretch
  • size: 152 kB
  • ctags: 23
  • sloc: perl: 216; makefile: 2
file content (22 lines) | stat: -rw-r--r-- 1,072 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
Source: libio-socket-multicast-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Zak B. Elep <zakame@spunge.org>,
 gregor herrmann <gregoa@debian.org>
Build-Depends: debhelper (>= 9.20120312~), perl, libio-interface-perl, netbase
Standards-Version: 3.9.5
Homepage: https://metacpan.org/release/IO-Socket-Multicast
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libio-socket-multicast-perl.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libio-socket-multicast-perl.git

Package: libio-socket-multicast-perl
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, ${perl:Depends}, libio-interface-perl
Description: module for sending and receiving multicast messages
 The IO::Socket::Multicast module subclasses IO::Socket::INET to
 enable you to manipulate multicast groups. With this module (and an
 operating system that supports multicasting), you will be able to
 receive incoming multicast transmissions and generate your own
 outgoing multicast packets.