diff options
| author | andri lim <jangko128@gmail.com> | 2018-09-25 22:47:38 +0700 |
|---|---|---|
| committer | andri lim <jangko128@gmail.com> | 2018-09-25 22:47:38 +0700 |
| commit | 81868a8ab11e866de779fdd22c3b4a93fae33cc5 (patch) | |
| tree | e77175767088e0f2bc48fcbc7f04f03dd95f5428 | |
| parent | faa38dc6f8a64779fab10bfd1fe79e9ab0f4c4ef (diff) | |
| parent | 47ab2728ee5db251e45943cf4fa6086a1fc03097 (diff) | |
| download | packages-81868a8ab11e866de779fdd22c3b4a93fae33cc5.tar.gz packages-81868a8ab11e866de779fdd22c3b4a93fae33cc5.zip | |
resolve conflic
| -rw-r--r-- | packages.json | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 454a870..194920c 100644 --- a/packages.json +++ b/packages.json @@ -10792,6 +10792,20 @@ "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", "method": "git", @@ -10810,6 +10824,17 @@ "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" + }, + { "name": "noise", "url": "https://github.com/jangko/nim-noise", "method": "git", |
