libvirt-hs-0.2.2: libvirt-hs.cabal
Name: libvirt-hs
Version: 0.2.2
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: https://github.com/portnov/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: https://github.com/portnov/libvirt-hs.git