From c2cf33f97a7f52dc03796e6a0d1a57f3ef334647 Mon Sep 17 00:00:00 2001 From: Senketsu Date: Tue, 12 May 2015 15:39:49 +0200 Subject: [PATCH 1/2] Update packages.json --- packages.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/packages.json b/packages.json index 0ac47a8..5a771bf 100644 --- a/packages.json +++ b/packages.json @@ -1426,4 +1426,13 @@ "license": "MIT", "web": "https://github.com/jangko/nimpdf" } + { + "name": "nshout", + "url": "https://github.com/Senketsu/nshout", + "method": "git", + "tags": ["library", "shouter", "libshout","wrapper","bindings","audio","web"], + "description": "Nim bindings for libshout", + "license": "MIT", + "web": "https://github.com/Senketsu/nshout" + } ] From d4e4290d5c5d96cccde4f523636d46d0457660b6 Mon Sep 17 00:00:00 2001 From: Senketsu Date: Tue, 12 May 2015 16:59:23 +0200 Subject: [PATCH 2/2] Comma fix --- packages.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages.json b/packages.json index 5a771bf..77af121 100644 --- a/packages.json +++ b/packages.json @@ -1425,7 +1425,7 @@ "description": "library for generating PDF files", "license": "MIT", "web": "https://github.com/jangko/nimpdf" - } + }, { "name": "nshout", "url": "https://github.com/Senketsu/nshout",