((synopsis "A binding for libdbus, the IPC mechanism") (category os) (license "MIT") (author "Shawn Rutledge") (maintainer "John J. Foerch") (dependencies miscmacros srfi-18 foreigners) (test-dependencies scsh-process srfi-13 test) (component-options (csc-options "-O3" "-d1" "-C" "`pkg-config --cflags dbus-1`") (link-options "-L" "`pkg-config --libs dbus-1`")) (components (extension dbus (source "dbus.scm"))) (version "0.97"))