File: control

package info (click to toggle)
libnet-sip-perl 0.820-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,076 kB
  • sloc: perl: 11,455; makefile: 2
file content (35 lines) | stat: -rw-r--r-- 1,499 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: libnet-sip-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Damyan Ivanov <dmn@debian.org>,
           gregor herrmann <gregoa@debian.org>,
           Ansgar Burchardt <ansgar@debian.org>,
           Angel Abad <angel@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 11)
Build-Depends-Indep: libio-socket-ssl-perl (>= 1.956),
                     libnet-dns-perl,
                     libsocket-perl,
                     net-tools,
                     netbase,
                     perl
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libnet-sip-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libnet-sip-perl.git
Homepage: https://metacpan.org/release/Net-SIP

Package: libnet-sip-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libsocket-perl
Recommends: libio-socket-ssl-perl (>= 1.956),
            libnet-dns-perl
Description: framework for SIP modules
 Net::SIP is a Perl framework that provides many useful tools with which to
 write software for SIP endpoints (e.g phones, answer machines), SIP proxies
 and registrars. It contains no GUI and no real code for working with video
 or audio, though it does have some support for RTP (no RTCP) and working with
 PCMU/8000 data, enough for sending PCMU/8000 encoded audio to a SIP peer and
 for receiving and saving PCMU/8000 audio data.