DBus: DBus bindings

[ bsd3, desktop, library, network ] [ Propose Tags ]

Bindings for the D-Bus API. For details on D-Bus, see the D-Bus wiki at: http://www.freedesktop.org/wiki/Software/dbus

It's worth noting that this binding is not stable or even well-tested at all. Use this library at your own risk.


[Skip to Readme]

Modules

[Last Documentation]

  • DBus
    • DBus.Connection
    • DBus.Message

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1, 0.2, 0.3, 0.4, 0.5.0, 0.5.1
Dependencies base [details]
License BSD-3-Clause
Copyright Copyright (C) 2006 Evan Martin <martine@danga.com>
Author Evan Martin <martine@danga.com>
Maintainer Unmaintained
Category System
Home page http://neugierig.org/software/hdbus
Uploaded by GwernBranwen at 2008-04-01T02:48:23Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 5905 total (17 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2017-01-03 [all 7 reports]

Readme for DBus-0.1

[back to package description]
HDBus -- Haskell bindings for D-Bus.
Copyright (C) 2006 Evan Martin <martine@danga.com>

== About
"D-Bus is a message bus system, a simple way for applications to talk to one
another."  It's particularly popular on free software desktops (Gnome, KDE).
See http://www.freedesktop.org/wiki/Software/dbus for details.

== Installation
You must have the D-Bus headers and libraries installed.
Install on Debian-based systems with:
  apt-get install libdbus-1-dev
Check your installation with:
  pkg-config --modversion dbus-1

The module code is in module/, and it's the standard series of cabal steps:
  runhaskell Setup.lhs configure
  runhaskell Setup.lhs build
  runhaskell Setup.lhs install

== How to Use it
See demo/Demo.hs for some example calls.

== License
BSD.  See module/LICENSE for details.