Ecosyste.ms: Awesome
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: 21 days ago
JSON representation
Crystal bindings to D-Bus
- Host: GitHub
- URL: https://github.com/oprypin/crystal-dbus
- Owner: oprypin
- License: mit
- Created: 2015-08-10T19:27:53.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-05-26T23:56:39.000Z (over 3 years ago)
- Last Synced: 2024-10-04T16:14:00.224Z (about 1 month ago)
- Topics: bindings, crystal, dbus
- Language: Crystal
- Homepage:
- Size: 30.3 KB
- Stars: 12
- Watchers: 5
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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