add nim-sndfile to packages.json

This commit is contained in:
Julien Aubert 2014-07-21 20:24:01 +02:00
parent 8fb7187b4b
commit 345cf7e373

View File

@ -786,5 +786,14 @@
"description": "A utility library to find the directory you need to app in.",
"license": "MIT",
"web": "https://github.com/MrJohz/appdirs"
},
{
"name": "nim-sndfile",
"url": "git://github.com/julienaubert/nim-sndfile",
"method": "git",
"tags": ["audio", "wav", "wrapper", "libsndfile"],
"description": "A wrapper of libsndfile",
"license": "MIT",
"web": "https://github.com/julienaubert/nim-sndfile"
}
]