File: control

package info (click to toggle)
libnet-snmp-interfaces-perl 1.4-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 196 kB
  • sloc: perl: 467; makefile: 2
file content (35 lines) | stat: -rw-r--r-- 1,558 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-snmp-interfaces-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Roland Rosenfeld <roland@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
               libnet-snmp-perl <!nocheck>
Build-Depends-Indep: perl
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libnet-snmp-interfaces-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libnet-snmp-interfaces-perl.git
Homepage: https://metacpan.org/release/Net-SNMP-Interfaces
Rules-Requires-Root: no

Package: libnet-snmp-interfaces-perl
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
         ${perl:Depends},
         libnet-snmp-perl
Description: simple methods to gain interface data via SNMP
 Net::SNMP::Interfaces aims to provide simple object methods to obtain
 information about a host's network interfaces (be it a server a
 router or whatever).  The motivation was largely to allow a
 programmer to use SNMP to obtain this information without needing to
 know a great deal about the gory details.
 .
 The module uses Net::SNMP under the hood to do the dirty work although the
 user shouldn't have to worry about that (the Net::SNMP object is
 available though for those who might feel the need).
 .
 The actual details for a particular interface are obtained from the
 methods of Net::SNMP::Interfaces::Details - objects of which type can
 be obtained for the methods all_interfaces() and interface().