_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
dbus 1.15.0
Dependencies: expat@2.5.0 libx11@1.8.7
Channel: guix
Location: gnu/packages/glib.scm (gnu packages glib)
Home page: https://www.freedesktop.org/wiki/Software/dbus/
Licenses: GPL 2+
Synopsis: Message bus for inter-process communication (IPC)
Description:

D-Bus is a message bus system, a simple way for applications to talk to one another. In addition to interprocess communication, D-Bus helps coordinate process lifecycle; it makes it simple and reliable to code a "single instance" application or daemon, and to launch applications and daemons on demand when their services are needed.

D-Bus supplies both a system daemon (for events such as "new hardware device added" or "printer queue changed") and a per-user-login-session daemon (for general IPC needs among user applications). Also, the message bus is built on top of a general one-to-one message passing framework, which can be used by any two apps to communicate directly (without going through the message bus daemon). Currently the communicating applications are on one computer, or through unencrypted TCP/IP suitable for use behind a firewall with shared NFS home directories.

dbus 1.15.8
Dependencies: expat@2.5.0 libx11@1.8.7
Channel: guix
Location: gnu/packages/glib.scm (gnu packages glib)
Home page: https://www.freedesktop.org/wiki/Software/dbus/
Licenses: GPL 2+
Synopsis: Message bus for inter-process communication (IPC)
Description:

D-Bus is a message bus system, a simple way for applications to talk to one another. In addition to interprocess communication, D-Bus helps coordinate process lifecycle; it makes it simple and reliable to code a "single instance" application or daemon, and to launch applications and daemons on demand when their services are needed.

D-Bus supplies both a system daemon (for events such as "new hardware device added" or "printer queue changed") and a per-user-login-session daemon (for general IPC needs among user applications). Also, the message bus is built on top of a general one-to-one message passing framework, which can be used by any two apps to communicate directly (without going through the message bus daemon). Currently the communicating applications are on one computer, or through unencrypted TCP/IP suitable for use behind a firewall with shared NFS home directories.

cl-dbus 20190408-1.24b452d
Propagated dependencies: cl-alexandria@1.4-0.009b7e5 cl-trivial-garbage@0.21-0.3474f64 cl-babel@0.5.0-3.627d6a6 cl-iolib@0.8.4-0.010b7a6 cl-ieee-floats@20170924-1.566b51a cl-flexi-streams@1.0.19-0.74a1027 cl-xmlspam@0.0.0-1.ea06abc cl-ironclad@0.61
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/death/dbus
Licenses: FreeBSD
Synopsis: D-Bus client library for Common Lisp
Description:

This is a Common Lisp library that publishes D-Bus objects as well as send and notify other objects connected to a bus.

ecl-dbus 20190408-1.24b452d
Dependencies: ecl-alexandria@1.4-0.009b7e5 ecl-trivial-garbage@0.21-0.3474f64 ecl-babel@0.5.0-3.627d6a6 ecl-iolib@0.8.4-0.010b7a6 ecl-ieee-floats@20170924-1.566b51a ecl-flexi-streams@1.0.19-0.74a1027 ecl-cl-xmlspam@0.0.0-1.ea06abc ecl-ironclad@0.61
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/death/dbus
Licenses: FreeBSD
Synopsis: D-Bus client library for Common Lisp
Description:

This is a Common Lisp library that publishes D-Bus objects as well as send and notify other objects connected to a bus.

dbus-c++ 0.9.0
Dependencies: efl@1.26.3 expat@2.5.0 glib@2.78.0 libunwind@1.6.2
Propagated dependencies: dbus@1.15.8
Channel: guix
Location: gnu/packages/glib.scm (gnu packages glib)
Home page: https://sourceforge.net/projects/dbus-cplusplus/
Licenses: LGPL 2.1+
Synopsis: D-Bus API for C++
Description:

This package provides D-Bus client API bindings for the C++ programming language. It also provides the dbusxx-xml2cpp and dbusxx-introspect commands.

dbus-cxx 2.4.0
Dependencies: dbus@1.15.8 expat@2.5.0 libcppgenerate@0.2-0.930c550 popt@1.18
Propagated dependencies: glib@2.78.0 libsigc++@3.6.0
Channel: guix
Location: gnu/packages/glib.scm (gnu packages glib)
Home page: https://dbus-cxx.github.io/
Licenses: LGPL 3+ Modified BSD
Synopsis: C++ wrapper for dbus
Description:

Dbus-cxx is a C++ wrapper for dbus.

It exposes the C API to allow direct manipulation and relies on sigc++ to provide an Oriented Object interface.

This package provide 2 utils:

  1. dbus-cxx-xml2cpp to generate proxy and adapter

  2. dbus-cxx-introspect to introspect a dbus interface

Some codes examples can be find at: https://dbus-cxx.github.io/examples.html

ghc-dbus 1.2.29
Dependencies: ghc-cereal@0.5.8.3 ghc-conduit@1.3.5 ghc-lens@5.1.1 ghc-network@3.1.4.0 ghc-random@1.2.1.1 ghc-split@0.2.3.5 ghc-th-lift@0.8.3 ghc-vector@0.12.3.1 ghc-xml-conduit@1.9.1.2 ghc-xml-types@0.3.8
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/rblaze/haskell-dbus#readme
Licenses: ASL 2.0
Synopsis: Client library for the D-Bus IPC system
Description:

D-Bus is a simple, message-based protocol for inter-process communication, which allows applications to interact with other parts of the machine and the user's session using remote procedure calls. D-Bus is a essential part of the modern Linux desktop, where it replaces earlier protocols such as CORBA and DCOP. This library is an implementation of the D-Bus protocol in Haskell. It can be used to add D-Bus support to Haskell applications, without the awkward interfaces common to foreign bindings.

rust-dbus 0.9.7
Dependencies: dbus@1.15.8
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/diwic/dbus-rs
Licenses: ASL 2.0 Expat
Synopsis: Rust bindings to D-Bus
Description:

This package provides Rust bindings to D-Bus.

dbus-glib 0.112
Dependencies: expat@2.5.0
Propagated dependencies: dbus@1.15.8 glib@2.78.0
Channel: guix
Location: gnu/packages/glib.scm (gnu packages glib)
Home page: https://dbus.freedesktop.org/doc/dbus-glib/
Licenses: GPL 2
Synopsis: D-Bus GLib bindings
Description:

GLib bindings for D-Bus. The package is obsolete and superseded by GDBus included in Glib.

sbcl-dbus 20190408-1.24b452d
Dependencies: sbcl-alexandria@1.4-0.009b7e5 sbcl-trivial-garbage@0.21-0.3474f64 sbcl-babel@0.5.0-3.627d6a6 sbcl-iolib@0.8.4-0.010b7a6 sbcl-ieee-floats@20170924-1.566b51a sbcl-flexi-streams@1.0.19-0.74a1027 sbcl-cl-xmlspam@0.0.0-1.ea06abc sbcl-ironclad@0.61
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/death/dbus
Licenses: FreeBSD
Synopsis: D-Bus client library for Common Lisp
Description:

This is a Common Lisp library that publishes D-Bus objects as well as send and notify other objects connected to a bus.

python-dbus 1.2.18
Dependencies: python-wrapper@3.10.7 dbus-glib@0.112
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://www.freedesktop.org/wiki/Software/DBusBindings/
Licenses: Expat
Synopsis: Python bindings for D-bus
Description:

python-dbus provides bindings for libdbus, the reference implementation of D-Bus.

python2-dbus 1.2.18
Dependencies: python2@2.7.18 libxcrypt@4.4.36 dbus-glib@0.112
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://www.freedesktop.org/wiki/Software/DBusBindings/
Licenses: Expat
Synopsis: Python bindings for D-bus
Description:

python-dbus provides bindings for libdbus, the reference implementation of D-Bus.

dbus-verbose 1.15.8
Dependencies: expat@2.5.0 libx11@1.8.7
Channel: guix
Location: gnu/packages/glib.scm (gnu packages glib)
Home page: https://www.freedesktop.org/wiki/Software/dbus/
Licenses: GPL 2+
Synopsis: D-Bus with verbose mode enabled for debugging
Description:

This variant D-Bus package is built with verbose mode, which eases debugging of D-Bus services by printing various debug information when the DBUS_VERBOSE environment variable is set to 1. For more information, refer to the dbus-daemon(1) man page.

perl-net-dbus 1.2.0
Dependencies: dbus@1.15.8
Propagated dependencies: perl-xml-twig@3.52
Channel: guix
Location: gnu/packages/glib.scm (gnu packages glib)
Home page: https://metacpan.org/release/Net-DBus
Licenses: GPL 1+
Synopsis: Extension for the DBus bindings
Description:

Net::DBus provides a Perl XS API to the DBus inter-application messaging system. The Perl API covers the core base level of the DBus APIs, not concerning itself yet with the GLib or QT wrappers.

dbus-for-jami 1.15.8
Dependencies: expat@2.5.0 libx11@1.8.7
Channel: guix
Location: gnu/packages/glib.scm (gnu packages glib)
Home page: https://www.freedesktop.org/wiki/Software/dbus/
Licenses: GPL 2+
Synopsis: Message bus for inter-process communication (IPC)
Description:

D-Bus is a message bus system, a simple way for applications to talk to one another. In addition to interprocess communication, D-Bus helps coordinate process lifecycle; it makes it simple and reliable to code a "single instance" application or daemon, and to launch applications and daemons on demand when their services are needed.

D-Bus supplies both a system daemon (for events such as "new hardware device added" or "printer queue changed") and a per-user-login-session daemon (for general IPC needs among user applications). Also, the message bus is built on top of a general one-to-one message passing framework, which can be used by any two apps to communicate directly (without going through the message bus daemon). Currently the communicating applications are on one computer, or through unencrypted TCP/IP suitable for use behind a firewall with shared NFS home directories.

rust-dbus-tree 0.9.1
Dependencies: dbus@1.15.8
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/diwic/dbus-rs
Licenses: ASL 2.0 Expat
Synopsis: Framework for writing D-Bus method handlers (legacy)
Description:

This crate is a framework for writing D-Bus method handlers (legacy).

xdg-dbus-proxy 0.1.5
Dependencies: glib@2.78.0
Channel: guix
Location: gnu/packages/glib.scm (gnu packages glib)
Home page: https://github.com/flatpak/xdg-dbus-proxy
Licenses: LGPL 2.1+
Synopsis: D-Bus connection proxy
Description:

xdg-dbus-proxy is a filtering proxy for D-Bus connections. It can be used to create D-Bus sockets inside a Linux container that forwards requests to the host system, optionally with filters applied.

rust-dbus-tokio 0.7.5
Dependencies: dbus@1.15.8
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/diwic/dbus-rs
Licenses: Expat
Synopsis: Access to D-Bus when using Rust's @code{Tokio} async framework
Description:

Access to D-Bus when using Rust's Tokio async framework.

python-dbusmock 0.30.0
Dependencies: dbus@1.15.8
Propagated dependencies: python-dbus-python@1.3.2 python-pygobject@3.47.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/martinpitt/python-dbusmock
Licenses: LGPL 3+
Synopsis: Python library for mock D-Bus objects
Description:

python-dbusmock allows for the easy creation of mock objects on D-Bus. This is useful for writing tests for software which talks to D-Bus services such as upower, systemd, logind, gnome-session or others, and it is hard (or impossible without root privileges) to set the state of the real services to what you expect in your tests.

dbus-test-runner 19.04.0
Dependencies: gtk+@3.24.41 glib@2.78.0 dbus-glib@0.112
Channel: guix
Location: gnu/packages/glib.scm (gnu packages glib)
Home page: https://launchpad.net/dbus-test-runner
Licenses: GPL 3
Synopsis: Run a executables under a new DBus session for testing
Description:

A small little utility to run a couple of executables under a new DBus session for testing.

python-dbus-next 0.2.3
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/altdesktop/python-dbus-next
Licenses: Expat
Synopsis: Zero-dependency DBus library for Python with asyncio support
Description:

This DBus library for Python aims to be a fully-featured high-level library primarily geared towards integration of applications into desktop and mobile environments.

python-dbus-python 1.3.2
Dependencies: dbus@1.15.8 glib@2.78.0
Propagated dependencies: python-pygobject@3.47.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://dbus.freedesktop.org/doc/dbus-python/
Licenses: Expat
Synopsis: Python bindings for libdbus
Description:

This package provides Python bindings to libdbus, the reference implementation of the D-Bus protocol.

perl-net-dbus-glib 0.33.0
Dependencies: dbus-glib@0.112
Channel: guix
Location: gnu/packages/glib.scm (gnu packages glib)
Home page: https://metacpan.org/release/Net-DBus-GLib
Licenses: GPL 2+
Synopsis: Perl extension for the DBus GLib bindings
Description:

This package provides an extension to the Net::DBus module allowing integration with the GLib mainloop. To integrate with the main loop, simply get a connection to the bus via the methods in Net::DBus::GLib rather than the usual Net::DBus module. Every other API remains the same.

rust-dbus-crossroads 0.5.2
Dependencies: dbus-glib@0.112
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/diwic/dbus-rs/
Licenses: ASL 2.0 Expat
Synopsis: Framework for writing D-Bus method handlers
Description:

Framework for writing D-Bus method handlers in Rust.

Page: 12
Total results: 29