File: control

package info (click to toggle)
libsocket-linux-perl 0.01-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 260 kB
  • sloc: perl: 48; makefile: 2
file content (23 lines) | stat: -rw-r--r-- 949 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
Source: libsocket-linux-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Florian Schlichting <fsfs@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
               perl-xs-dev,
               perl:native
Standards-Version: 3.9.5
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libsocket-linux-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libsocket-linux-perl.git
Homepage: https://metacpan.org/release/Socket-Linux

Package: libsocket-linux-perl
Architecture: any
Depends: ${misc:Depends},
         ${perl:Depends},
         ${shlibs:Depends}
Description: module for using socket constants defined in Linux <netinet/tcp.h>
 The Socket::Linux module exports the constants defined in netinet/tcp.h not
 available from the perl core package Socket, such as TCP_KEEPINTVL,
 TCP_QUICKACK and TCP_NODELAY.