@hackage / bsd-sysctl

Access to the BSD sysctl(3) interface

Latest1.0.8.0

About

Metadata

  • Last updated , by palik
  • License BSD-3-Clause
  • Categories Systems Programming
  • Maintained by: Alexei Pastuchov <info@maximka.de>

  • Lottery factor: 0

Links

Installation

Tested Compilers

  1. 8.0.2
  2. 7.10.3

Readme

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.