aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Zieliński <michal@zielinscy.org.pl>2015-08-02 21:08:40 +0200
committerMichał Zieliński <michal@zielinscy.org.pl>2015-08-02 21:08:40 +0200
commitb3385dbc4676682c39652aa7032f3a64780ae603 (patch)
treef779f2c4e208fee77b9d5af9cd5b723ea927b1e5
parent0c288aaca04a322bd7ac5ebf6ed84129787ac80a (diff)
downloadpackages-b3385dbc4676682c39652aa7032f3a64780ae603.tar.gz
packages-b3385dbc4676682c39652aa7032f3a64780ae603.zip
add dbus bindings
-rw-r--r--packages.json9
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"
}
]