aboutsummaryrefslogtreecommitdiff
path: root/devel/libsysctlmibinfo2/pkg-descr
blob: 51801f1e01040974f33d2bc03067f3fa0d69f20f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
The sysctlmibinfo2 library provides an API to explore the sysctl
MIB-Tree and to get the properties of an object, therefore it is
useful to handle an object correctly and to build a sysctl-like
utility.

It implements wrappers around the sysctlinfo(4) interface and
sysctlbyname_improved to provide a more easy interface, moreover
it defines a 'struct sysctlmif_object' and provides a convenient
API to build data structures of sysctlmif_object.

WWW: https://gitlab.com/alfix/sysctlmibinfo2/