Name: xenstore Version: 0.1.1 Description: Xenstore client access License: BSD3 License-file: LICENSE Copyright: Vincent Hanquez Author: Vincent Hanquez Maintainer: Vincent Hanquez Synopsis: Xenstore client access Build-Type: Simple Category: System stability: experimental Cabal-Version: >=1.6 Flag executable Description: Build the executable Default: False Library Build-Depends: base >= 3 && < 5 , bytestring , cereal , network , mtl ghc-options: -Wall -fno-warn-missing-signatures Exposed-modules: System.Xen.Store Executable xenstore Main-Is: Xenstore.hs if flag(executable) Buildable: True else Buildable: False source-repository head type: git location: git://github.com/vincenthz/hs-xenstore