commit | 6e6dd689522d8c29927436d8ef456e80709994da | [log] [tgz] |
---|---|---|
author | Georg Reinke <guelfey@gmail.com> | Sun May 21 10:25:40 2023 |
committer | GitHub <noreply@github.com> | Sun May 21 10:25:40 2023 |
tree | 1d92b1c0f3c935cafd6ec5b03f0697549928914c | |
parent | ba32b102e05ec0db105c72fd4ac2423cfed5f565 [diff] | |
parent | 00aefcc840000f75e51de2711d8a14fa3598ba8e [diff] |
Merge pull request #366 from diogoteles08/diogoteles08-security-policy-patch feat: add security-policy to project
dbus is a simple library that implements native Go client bindings for the D-Bus message bus system.
This packages requires Go 1.12 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.