commit | 2acfda1309fc96212f006430bec217f3e372a488 | [log] [tgz] |
---|---|---|
author | Luca Comellini <luca.com@gmail.com> | Thu Jul 18 19:51:59 2024 |
committer | Georg Reinke <guelfey@gmail.com> | Sat Nov 09 13:19:39 2024 |
tree | e573e19a6dc2e733efff6d9470225fe18bba56ba | |
parent | f6c9fa26178cd7e21b4ab15bbad282b27341b898 [diff] |
Bump golang.org/x/sys to v0.27.0 Signed-off-by: Luca Comellini <luca.com@gmail.com>
dbus is a simple library that implements native Go client bindings for the D-Bus message bus system.
This packages requires Go 1.20 or later. It can be installed by running the command below:
go get github.com/godbus/dbus/v5
The complete package documentation and some simple examples are available at pkg.go.dev. Also, the _examples directory gives a short overview over the basic usage.
Please note that the API is considered unstable for now and may change without further notice.
go.dbus is available under the Simplified BSD License; see LICENSE for the full text.
Nearly all of the credit for this library goes to github.com/guelfey/go.dbus.