diff options
| author | Michał Zieliński <michal@zielinscy.org.pl> | 2015-08-02 21:08:40 +0200 |
|---|---|---|
| committer | Michał Zieliński <michal@zielinscy.org.pl> | 2015-08-02 21:08:40 +0200 |
| commit | b3385dbc4676682c39652aa7032f3a64780ae603 (patch) | |
| tree | f779f2c4e208fee77b9d5af9cd5b723ea927b1e5 | |
| parent | 0c288aaca04a322bd7ac5ebf6ed84129787ac80a (diff) | |
| download | packages-b3385dbc4676682c39652aa7032f3a64780ae603.tar.gz packages-b3385dbc4676682c39652aa7032f3a64780ae603.zip | |
add dbus bindings
| -rw-r--r-- | packages.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 7568543..35fabcd 100644 --- a/packages.json +++ b/packages.json @@ -1928,5 +1928,14 @@ "description": "RethinkDB driver for Nim", "license": "MIT", "web": "https://github.com/rgv151/rethinkdb.nim" + }, + { + "name": "dbus", + "url": "https://github.com/zielmicha/nim-dbus", + "method": "git", + "tags": ["dbus"], + "description": "dbus bindings for Nim", + "license": "MIT", + "web": "https://github.com/zielmicha/nim-dbus" } ] |
