packages feed

DBus-0.5.0: DBus.cabal

name:               DBus
version:            0.5.0
cabal-version:      >= 1.6
build-type:         Configure
license:            BSD3
license-file:       LICENSE
author:             Evan Martin, David Himmelstrup
maintainer:         Alexander Kojevnikov <alexander@kojevnikov.com>
stability:          experimental
homepage:           https://github.com/alexkay/hdbus
bug-reports:        https://github.com/alexkay/hdbus/issues
synopsis:           D-Bus bindings
description:        Bindings for the D-Bus API.
                    For details on D-Bus, see the D-Bus wiki at:
                    <http://www.freedesktop.org/wiki/Software/dbus>
category:           Network, Desktop
extra-source-files: configure configure.ac DBus.buildinfo.in
extra-tmp-files:    autom4te.cache config.log config.status DBus.buildinfo

library
    build-depends:      base >= 4.0 && < 5.0, bytestring
    exposed-modules:    DBus, DBus.Message, DBus.Connection
    other-modules:      DBus.Internal, DBus.Shared
    extensions:         ForeignFunctionInterface, OverlappingInstances,
                        ExistentialQuantification

source-repository head
    type:               git
    location:           git://github.com/alexkay/hdbus.git

source-repository this
    type:               git
    location:           git://github.com/alexkay/hdbus.git
    tag:                0.5.0