File: control

package info (click to toggle)
libnet-snmp-perl 6.0.1-2
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch, wheezy
  • size: 752 kB
  • ctags: 767
  • sloc: perl: 7,780; makefile: 9
file content (22 lines) | stat: -rw-r--r-- 1,056 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
Source: libnet-snmp-perl
Maintainer: Jochen Friedrich <jochen@scram.de>
Priority: optional
Section: perl
Standards-Version: 3.9.2
Build-Depends-Indep: debhelper (>= 7.0.50~), perl (>> 5.10.0), netbase

Package: libnet-snmp-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}
Suggests: libcrypt-des-perl, libdigest-hmac-perl, libio-socket-inet6-perl
Description: Script SNMP connections
 The module Net::SNMP implements an object oriented interface to
 the Simple Network Management Protocol.  Perl applications can
 use the module to retrieve or update information on a remote
 host using the SNMP protocol.  Net::SNMP is implemented completely
 in Perl, requires no compiling, and uses only standard Perl 
 modules.  SNMPv1 and SNMPv2c (Community-Based SNMPv2), as well as
 SNMPv3 with USM are supported by the module.  SNMP over UDP as well
 as TCP with both IPv4 and IPv6 can be used.  The Net::SNMP module
 assumes that the user has a basic understanding of the Simple
 Network Management Protocol and related network management concepts.