File: control

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

Package: libsnmp-session-perl
Architecture: all
Multi-Arch: foreign
Depends: libnet-snmp-perl, ${misc:Depends}, ${perl:Depends}
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.