1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
Source: dbus-java
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders:
Markus Koschany <apo@debian.org>
Build-Depends:
debhelper-compat (= 13),
default-jdk,
docbook-to-man,
javahelper (>= 0.42),
libmatthew-debug-java,
libunixsocket-java (>= 0.6),
Standards-Version: 4.5.1
Vcs-Git: https://salsa.debian.org/java-team/dbus-java.git
Vcs-Browser: https://salsa.debian.org/java-team/dbus-java
Homepage: https://www.freedesktop.org/wiki/Software/DBusBindings
Package: libdbus-java
Architecture: all
Depends:
${java:Depends},
${misc:Depends}
Description: simple interprocess messaging system (Java implementation)
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.
.
This package provides an implementation of D-Bus in Java (Library).
.
See the dbus description for more information about D-Bus in general.
|