diff options
| author | Lompiktab <stefont@gmail.com> | 2016-04-23 18:41:01 +0400 |
|---|---|---|
| committer | Lompiktab <stefont@gmail.com> | 2016-04-23 18:41:01 +0400 |
| commit | 3f1d9ed610f26cb378e5fc5ca2ac39d0fecf2d60 (patch) | |
| tree | 8d7e9c047f0508bb43e1c1132202a0063b3c22d8 | |
| parent | 4121130cb3113fe50c6d8a38f998fa752bc659d2 (diff) | |
| download | packages-3f1d9ed610f26cb378e5fc5ca2ac39d0fecf2d60.tar.gz packages-3f1d9ed610f26cb378e5fc5ca2ac39d0fecf2d60.zip | |
Add libmpdclient package
| -rw-r--r-- | packages.json | 11 |
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" } ] |
