aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLompiktab <stefont@gmail.com>2016-04-23 18:41:01 +0400
committerLompiktab <stefont@gmail.com>2016-04-23 18:41:01 +0400
commit3f1d9ed610f26cb378e5fc5ca2ac39d0fecf2d60 (patch)
tree8d7e9c047f0508bb43e1c1132202a0063b3c22d8
parent4121130cb3113fe50c6d8a38f998fa752bc659d2 (diff)
downloadpackages-3f1d9ed610f26cb378e5fc5ca2ac39d0fecf2d60.tar.gz
packages-3f1d9ed610f26cb378e5fc5ca2ac39d0fecf2d60.zip
Add libmpdclient package
-rw-r--r--packages.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 6bda4a9..77e8c9a 100644
--- a/packages.json
+++ b/packages.json
@@ -4612,5 +4612,16 @@
"description": "implements the cucumber BDD framework in the nim language",
"license": "MIT",
"web": "https://github.com/shaunc/cucumber_nim"
+ },
+ {
+ "name": "libmpdclient",
+ "url": "https://github.com/lompik/libmpdclient.nim",
+ "method": "git",
+ "tags": [
+ "MPD", "Music Player Daemon"
+ ],
+ "description": "Bindings for the Music Player Daemon C client library",
+ "license": "BSD",
+ "web": "https://github.com/lompik/libmpdclient.nim"
}
]