1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
Source: ndesk-dbus
Section: devel
Priority: optional
Maintainer: Debian Mono Group <pkg-mono-group@lists.alioth.debian.org>
Uploaders: Sebastian Dröge <slomo@debian.org>
Build-Depends: debhelper (>= 5), dpatch
Build-Depends-Indep: cli-common-dev (>= 0.4.4), mono-gmcs (>= 1.1.13) | c-sharp-2.0-compiler, libmono-dev (>= 1.1.13), mono-gac | global-assembly-cache-tool, libmono-corlib2.0-cil, libmono-system2.0-cil, libmono2.0-cil, pkg-config
Standards-Version: 3.7.2
Package: libndesk-dbus1.0-cil
Architecture: all
Depends: ${cli:Depends}, ${misc:Depends}
Suggests: pkg-config
Description: CLI implementation of D-Bus
ndesk-dbus is a C# implementation of D-Bus. It's often referred to as
"managed D-Bus" to avoid confusion with existing bindings (which wrap
libdbus).
.
D-Bus is a message bus, used for sending messages between
applications. Conceptually, it fits somewhere in between raw sockets
and CORBA in terms of complexity.
.
http://www.ndesk.org/DBusSharp
|