commit | 2c166ce39bca49ce0f472752f92846c13434c452 | [log] [tgz] |
---|---|---|
author | Georg Reinke <guelfey@gmail.com> | Sat Nov 09 13:25:35 2024 |
committer | GitHub <noreply@github.com> | Sat Nov 09 13:25:35 2024 |
tree | e573e19a6dc2e733efff6d9470225fe18bba56ba | |
parent | f6c9fa26178cd7e21b4ab15bbad282b27341b898 [diff] | |
parent | 2acfda1309fc96212f006430bec217f3e372a488 [diff] |
Merge pull request #386 from lucacome/bump-sys Bump golang.org/x/sys to v0.27.0
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.