File: control

package info (click to toggle)
libsnmp-mib-compiler-perl 0.06-2.2
  • links: PTS
  • area: main
  • in suites: buster, stretch
  • size: 1,016 kB
  • ctags: 60
  • sloc: perl: 2,656; makefile: 57; sh: 9
file content (37 lines) | stat: -rw-r--r-- 1,151 bytes parent folder | download | duplicates (2)
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
Source: libsnmp-mib-compiler-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 5.0.0), dpatch
Build-Depends-Indep: perl (>= 5.8.8-7), libdata-compare-perl
Maintainer: Deepak Tripathi <apenguinlinux@gmail.com>
Standards-Version: 3.7.2

Package: libsnmp-mib-compiler-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, 
Description:  a MIB Compiler supporting SMIv1 and SMIv2
 SNMP::MIB::Compiler is a MIB compiler that fully supports
 both SMI(v1) and SMIv2. This module can be use to compile
 MIBs (recursively or not) or load already compiled MIBs for
 later use.
 Some tasks can be performed by the resulting object such as :
 .
  resolution of object names into object identifiers (OIDs).
 e.g. ifInOctets => 1.3.6.1.2.1.2.2.1.10
 .
  convertion of OIDs.
 e.g. 1.3.6.1.2.1.2.1 =>
 iso.org.dod.internet.mgmt.mib-2.interfaces.ifNumber
 .
  drawing MIB trees.
 e.g. ifTestTable => ifTestTable
 |
 +-- --- ifTestEntry(1)
 |
 +-- -rw Integer  ifTestId(1)
 +-- -rw Integer  ifTestStatus(2)
 +-- -rw ObjectID ifTestType(3)
 +-- -r- Integer  ifTestResult(4)
 +-- -r- ObjectID ifTestCode(5)
 +-- -rw String   ifTestOwner(6)