File: control

package info (click to toggle)
libsnmp-info-perl 3.972002-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,300 kB
  • sloc: perl: 36,403; makefile: 2; sh: 1
file content (44 lines) | stat: -rw-r--r-- 1,704 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
36
37
38
39
40
41
42
43
44
Source: libsnmp-info-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Christoph Martin <christoph.martin@uni-mainz.de>,
           gregor herrmann <gregoa@debian.org>,
           Florian Schlichting <fsfs@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
               libmodule-build-perl,
               perl
Build-Depends-Indep: libnetaddr-ip-perl <!nocheck>,
                     libscalar-list-utils-perl <!nocheck>,
                     libsnmp-perl <!nocheck>
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libsnmp-info-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libsnmp-info-perl.git
Homepage: https://snmp-info.sourceforge.net
Rules-Requires-Root: no

Package: libsnmp-info-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libnetaddr-ip-perl,
         libregexp-common-perl,
         libscalar-list-utils-perl,
         libsnmp-perl
Suggests: libppi-perl
Description: Object Oriented Perl5 Interface to Network devices and MIBs through SNMP
 SNMP::Info gives an object oriented interface to information obtained
 through SNMP.
 .
 The idea behind this module is to give a common interface to data
 from network devices, leaving the device-specific hacks behind the
 scenes in subclasses.
 .
 The interface avoids use of OIDs in favour of methods representing
 leaf names, either for single values or tables represented as Perl
 hashes.
 .
 Information is grouped more logically than in the MIB trees. Adding
 support for new devices is easy, and takes little or no SNMP
 knowledge.