diff options
| author | Julien Aubert <julien.aubert.mail@gmail.com> | 2014-07-21 20:24:01 +0200 |
|---|---|---|
| committer | Julien Aubert <julien.aubert.mail@gmail.com> | 2014-07-21 20:24:01 +0200 |
| commit | 345cf7e373bae5c5f881f0c06decf456329b1abb (patch) | |
| tree | 8eb3d09467953edf2bde48e5b7e1587b6a3cd93e | |
| parent | 8fb7187b4bb2f0dc473a0eb112e062ada0256c73 (diff) | |
| download | packages-345cf7e373bae5c5f881f0c06decf456329b1abb.tar.gz packages-345cf7e373bae5c5f881f0c06decf456329b1abb.zip | |
add nim-sndfile to packages.json
| -rw-r--r-- | packages.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 85fde09..046436c 100644 --- a/packages.json +++ b/packages.json @@ -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" } ] |
