From 345cf7e373bae5c5f881f0c06decf456329b1abb Mon Sep 17 00:00:00 2001 From: Julien Aubert Date: Mon, 21 Jul 2014 20:24:01 +0200 Subject: [PATCH] add nim-sndfile to packages.json --- packages.json | 9 +++++++++ 1 file changed, 9 insertions(+) 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" } ]