Name: bsd-sysctl Version: 1.0.7 License-File: LICENSE License: BSD3 Author: Maxime Henrion Copyright: 2009-2010, Maxime Henrion Maintainer: Maxime Henrion Bug-Reports: http://bitbucket.org/mux/bsd-sysctl/issues/ Category: System, BSD Synopsis: Access to the BSD sysctl(3) interface Description: 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. Build-Type: Custom Cabal-Version: >= 1.6 Tested-with: GHC ==6.10, GHC ==6.12 Extra-Source-Files: demo/Demo.hsc demo/demo.cabal demo/demo.output demo/Setup.hs Source-Repository head Type: mercurial Location: http://bitbucket.org/mux/bsd-sysctl/ Library Build-Depends: base >= 3 && < 5 Exposed-Modules: System.BSD.Sysctl Extensions: ForeignFunctionInterface, ScopedTypeVariables, TypeSynonymInstances, FlexibleInstances GHC-Options: -Wall -O2 -funbox-strict-fields