File: control

package info (click to toggle)
libnet-snmp-perl 6.0.1-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 908 kB
  • sloc: perl: 7,790; makefile: 9
file content (34 lines) | stat: -rw-r--r-- 1,616 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
Source: libnet-snmp-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Roland Rosenfeld <roland@debian.org>
Priority: optional
Section: perl
Standards-Version: 4.6.1
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libnet-snmp-perl.git
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libnet-snmp-perl
Build-Depends-Indep: netbase <!nocheck>, perl:any
Build-Depends: debhelper-compat (= 13),
               libcrypt-des-perl <!nocheck>,
               libdigest-hmac-perl <!nocheck>,
               libmodule-build-perl <!nocheck>,
               libmodule-build-perl
Homepage: https://metacpan.org/release/Net-SNMP
Testsuite: autopkgtest-pkg-perl
Rules-Requires-Root: no

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