diff options
| author | Juan Carlos <juancarlospaco@gmail.com> | 2018-09-25 10:22:58 -0300 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-09-25 06:22:58 -0700 |
| commit | 45563c34efb9ecb4694515d90a4f5613d792e6cd (patch) | |
| tree | bcb54b4ec649dc1aad5744c0756fc17139bbb7d6 | |
| parent | 2782863eefd79842100e1c3b25d8e59016594706 (diff) | |
| download | packages-45563c34efb9ecb4694515d90a4f5613d792e6cd.tar.gz packages-45563c34efb9ecb4694515d90a4f5613d792e6cd.zip | |
Added package printdebug (#867)
| -rw-r--r-- | packages.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 26b2677..b288464 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", |
