packages feed

hsXenCtrl-0.2.0: hsXenCtrl.cabal

name:                hsXenCtrl
version:             0.2.0
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;
                     these 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 >= 3.0 && < 4.5 , bytestring < 1.0 , mtl <= 2.2.0.0 && >= 1.0, dlist == 0.5, array >= 0.2 && < 0.4
build-type:          Simple
ghc-options:         
exposed-modules:     System.Xen.CBindings, System.Xen
extensions:          ForeignFunctionInterface, FlexibleInstances, GeneralizedNewtypeDeriving
extra-libraries:     xenctrl
extra-lib-dirs:      /usr/lib