hsXenCtrl-0.0.4: hsXenCtrl.cabal
name: hsXenCtrl
version: 0.0.4
synopsis: FFI bindings to the Xen Control library.
description: FFI bindings to xenctrl.h and perhaps more.
The System.Xen.CBindings should provide direct access
to the C API while System.Xen will eventually provide
a higher level abstraction. This library binding
allows pure haskell programs to use XenCtrl functions;
this can be Haskell versions of xend, xm, and
virt-manager but more interesting projects are possible.
Think about a happs app controlling domains and complex
policy controls on resource (CPU, memory, PCI) uses.
category: System
license: BSD3
license-file: LICENSE
author: Thomas M. DuBuisson
maintainer: thomas.dubuisson@gmail.com
homepage: http://haskell.org/haskellwiki/HsXenCtrl
stability: experimental
build-Depends: base, bytestring, mtl, array
build-type: Simple
ghc-options:
exposed-modules: System.Xen.CBindings
extensions: ForeignFunctionInterface, FlexibleInstances
extra-libraries: xenctrl
extra-lib-dirs: /usr/lib