0a56f55375
Obtained from: FreeBSD Haskell
7 lines
286 B
Plaintext
7 lines
286 B
Plaintext
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.
|
|
|
|
WWW: http://hackage.haskell.org/package/bsd-sysctl
|