diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2015-08-02 22:43:37 +0100 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2015-08-02 22:43:37 +0100 |
| commit | 3648e7b619ac99d18a9e1b60c457446184a253c2 (patch) | |
| tree | f779f2c4e208fee77b9d5af9cd5b723ea927b1e5 | |
| parent | 0c288aaca04a322bd7ac5ebf6ed84129787ac80a (diff) | |
| parent | b3385dbc4676682c39652aa7032f3a64780ae603 (diff) | |
| download | packages-3648e7b619ac99d18a9e1b60c457446184a253c2.tar.gz packages-3648e7b619ac99d18a9e1b60c457446184a253c2.zip | |
Merge pull request #217 from zielmicha/master
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" } ] |
