packages feed

libvirt-hs-0.2.1: libvirt-hs.cabal

Name:                libvirt-hs
Version:             0.2.1

Synopsis:            FFI bindings to libvirt virtualization API (http://libvirt.org)

Description:         This package provides low-level (at this moment, at least) FFI bindings to libvirt library.

Homepage:            http://redmine.iportnov.ru/projects/libvirt-hs

License:             BSD3

License-file:        LICENSE

Author:              IlyaPortnov

Maintainer:          portnov84@rambler.ru

-- A copyright notice.
-- Copyright:           

Category:            System

Build-type:          Simple

-- Extra files to be distributed with the package, such as examples or
-- a README.
Extra-source-files:  Test.hs

-- Constraint on the version of Cabal needed to build this package.
Cabal-version:       >=1.6


Library
  Exposed-modules:     System.LibVirt.Internal
                       System.LibVirt.Errors
                       System.LibVirt.Foreign
                       System.LibVirt
  
  -- Packages needed in order to build this package.
  Build-depends:       base >= 4 && < 5
                     , syb >= 0.1.0.2
                     , unix
  
  Build-tools:         c2hs

  pkgconfig-depends:   libvirt

Source-repository head
  type: git
  location: git://home.iportnov.ru/libvirt-hs.git