@hackage bsd-sysctl1.0.8.0

Access to the BSD sysctl(3) interface

This module provides efficient access to the BSD sysctl(3) interface via the Haskell FFI.

It allows to read and write both basic sysctl types, as well as complex opaque types (typically C structures) described via Storable instances.