dbus

Version, currently master branch1 version
  • master branchlatestMay 26, 2021

github.com/oprypin/crystal-dbus

Crystal bindings to D-Bus

13 stars
2 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  dbus:
    github: oprypin/crystal-dbus
    branch: master

master is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
0.28.0
License
MIT
Author
Oleh Prypin <oleh@pryp.in>

Dependencies

This version declares no dependencies.

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