File: control

package info (click to toggle)
libsnmp-session-perl 1.16-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 984 kB
  • sloc: perl: 11,929; ansic: 25; makefile: 15
file content (30 lines) | stat: -rw-r--r-- 994 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
Source: libsnmp-session-perl
Standards-Version: 4.7.3
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders:
 Roland Rosenfeld <roland@debian.org>,
Section: perl
Testsuite: autopkgtest-pkg-perl
Build-Depends:
 debhelper-compat (= 13),
 perl:any,
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libsnmp-session-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libsnmp-session-perl.git
Homepage: https://github.com/sleinen/snmp-session

Package: libsnmp-session-perl
Architecture: all
Multi-Arch: foreign
Depends:
 ${misc:Depends},
 ${perl:Depends},
 libnet-snmp-perl,
Recommends:
 libio-socket-inet6-perl,
 libsocket6-perl,
Description: Perl support for accessing SNMP-aware devices
 SNMP_Session contains support for accessing SNMP-aware devices (routers,
 network interfaces of machines running an SNMP daemon, Squid, etc) from
 within Perl applications.
 .
 For more information, see https://github.com/sleinen/snmp-session.