hdbus -- Haskell Bindings for D-Bus

(last updated: 2006-07-26.)
also on neugierig.org:

"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). For example, on my recent Ubuntu system, these bindings are sufficient to pop up balloon-tip-style notifications via a daemon I wasn't previously aware of.

Read the documentation online.

The Code

This code is still very preliminary, so don't expect the API to be stable yet.

This code is managed with darcs. Fetch it with

darcs get http://neugierig.org/software/darcs/hdbus
or browse the source.

Recent patches:

Alternatively, the latest release is 0.1, released 18 July 2006. Get it from the download directory.

Evan Martin, martine@danga.com