An open API service indexing awesome lists of open source software.

https://github.com/oprypin/crystal-dbus

Crystal bindings to D-Bus
https://github.com/oprypin/crystal-dbus

bindings crystal dbus

Last synced: 11 months ago
JSON representation

Crystal bindings to D-Bus

Awesome Lists containing this project

README

          

crystal-dbus
============

#### [Crystal][] bindings for [D-Bus][]

Only sending messages (calling methods) is supported for now.

See [example](examples/example.cr).

Structs and other rarely used types are not implemented yet.

---

License: [MIT](LICENSE)

This library uses [libdbus][].

[Crystal]: http://crystal-lang.org/
[D-Bus]: http://dbus.freedesktop.org/
[libdbus]: http://dbus.freedesktop.org/doc/api/html/index.html