From 4c5ff2e959fcc2aa74feeaa18e281324067d1637 Mon Sep 17 00:00:00 2001 From: Yoshihiro Tanaka Date: Mon, 24 Sep 2018 10:00:41 +0900 Subject: [PATCH 1/2] Add spotify --- packages.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/packages.json b/packages.json index 26b2677..e7d4b62 100644 --- a/packages.json +++ b/packages.json @@ -10808,5 +10808,16 @@ "description": "TinyFileDialogs for Nim.", "license": "MIT", "web": "https://github.com/juancarlospaco/nim-tinyfiledialogs" + }, + { + "name": "spotify", + "url": "https://github.com/CORDEA/spotify", + "method": "git", + "tags": [ + "spotify" + ], + "description": "A Nim wrapper for the Spotify Web API", + "license": "Apache License 2.0", + "web": "https://github.com/CORDEA/spotify" } ] From 45563c34efb9ecb4694515d90a4f5613d792e6cd Mon Sep 17 00:00:00 2001 From: Juan Carlos Date: Tue, 25 Sep 2018 10:22:58 -0300 Subject: [PATCH 2/2] Added package printdebug (#867) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 26b2677..b288464 100644 --- a/packages.json +++ b/packages.json @@ -10791,6 +10791,20 @@ "license": "MIT", "web": "https://github.com/Quelklef/nim-finals" }, + { + "name": "printdebug", + "url": "https://github.com/juancarlospaco/nim-printdebug", + "method": "git", + "tags": [ + "debug", + "print", + "helper", + "util" + ], + "description": "Print Debug for Nim, tiny 3 lines Lib, C Target", + "license": "MIT", + "web": "https://github.com/juancarlospaco/nim-printdebug" + }, { "name": "tinyfiledialogs", "url": "https://github.com/juancarlospaco/nim-tinyfiledialogs",