diff options
author | Pierre Cazenave <pwcazenave {at] gmail dot} com> | 2012-08-07 17:13:18 -0400 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-08-09 14:32:21 -0500 |
commit | e9eaa67e3051e229401af09731764028fddd4cc7 (patch) | |
tree | a90ecae3dde16b4cf953a7cce1be64796f325c0c /libraries/ndesk-dbus/slack-desc | |
parent | 91844dd2b63bd55df28e85526f2f30c4a6863646 (diff) |
libraries/ndesk-dbus: Added (C# implementation of D-Bus)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'libraries/ndesk-dbus/slack-desc')
-rw-r--r-- | libraries/ndesk-dbus/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/libraries/ndesk-dbus/slack-desc b/libraries/ndesk-dbus/slack-desc new file mode 100644 index 0000000000..a3045b5543 --- /dev/null +++ b/libraries/ndesk-dbus/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +ndesk-dbus: ndesk-dbus (C# implementation of D-Bus) +ndesk-dbus: +ndesk-dbus: ndesk-dbus is a C# implementation of D-Bus. It's often referred +ndesk-dbus: to as dbus-sharp, or "managed D-Bus" to avoid confusion with +ndesk-dbus: existing bindings (which wrap libdbus). +ndesk-dbus: +ndesk-dbus: D-Bus is an inter-process communication framework that lets +ndesk-dbus: applications interface with the system event bus as well as +ndesk-dbus: allowing them to talk to one another in a peer-to-peer +ndesk-dbus: configuration. +ndesk-dbus: |