aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Aubert <julien.aubert.mail@gmail.com>2014-07-21 20:24:01 +0200
committerJulien Aubert <julien.aubert.mail@gmail.com>2014-07-21 20:24:01 +0200
commit345cf7e373bae5c5f881f0c06decf456329b1abb (patch)
tree8eb3d09467953edf2bde48e5b7e1587b6a3cd93e
parent8fb7187b4bb2f0dc473a0eb112e062ada0256c73 (diff)
downloadpackages-345cf7e373bae5c5f881f0c06decf456329b1abb.tar.gz
packages-345cf7e373bae5c5f881f0c06decf456329b1abb.zip
add nim-sndfile to packages.json
-rw-r--r--packages.json9
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"
}
]