aboutsummaryrefslogtreecommitdiff
path: root/packages.json
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2014-07-21 21:34:45 +0100
committerDominik Picheta <dominikpicheta@googlemail.com>2014-07-21 21:34:45 +0100
commit2d744a96ef1056165cd3d50bb26127886a19a5be (patch)
tree8eb3d09467953edf2bde48e5b7e1587b6a3cd93e /packages.json
parent8fb7187b4bb2f0dc473a0eb112e062ada0256c73 (diff)
parent345cf7e373bae5c5f881f0c06decf456329b1abb (diff)
downloadpackages-2d744a96ef1056165cd3d50bb26127886a19a5be.tar.gz
packages-2d744a96ef1056165cd3d50bb26127886a19a5be.zip
Merge pull request #72 from julienaubert/master
add nim-sndfile to packages.json
Diffstat (limited 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"
}
]