aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2017-08-23 19:22:56 +0100
committerGitHub <noreply@github.com>2017-08-23 19:22:56 +0100
commitf2c10c5a3a429c9301d81edc92f9e63327486cca (patch)
tree48fcafc00234fb34aed51574dd1bb6ad7e2139c0
parent263244b10ce12f905bf76eb374894d8dff134ac3 (diff)
parent4f944a255e4f321f634f91c8a0339a268c0b8859 (diff)
downloadpackages-f2c10c5a3a429c9301d81edc92f9e63327486cca.tar.gz
packages-f2c10c5a3a429c9301d81edc92f9e63327486cca.zip
Merge pull request #570 from enthus1ast/patch-2
added "dbg template; in debug echo"
-rw-r--r--packages.json16
1 files changed, 15 insertions, 1 deletions
diff --git a/packages.json b/packages.json
index c198511..d6ab829 100644
--- a/packages.json
+++ b/packages.json
@@ -7061,5 +7061,19 @@
"description": "An efficient packet parser for MySQL Client/Server Protocol. Help you to write Mysql communication in either BLOCKIONG-IO or NON-BLOCKING-IO.",
"license": "MIT",
"web": "https://github.com/tulayang/mysqlparser"
- }
+ },
+ {
+ "name": "dbg",
+ "url": "https://github.com/enthus1ast/nimDbg",
+ "method": "git",
+ "tags": [
+ "template",
+ "echo",
+ "dbg",
+ "debug"
+ ],
+ "description": "dbg template; in debug echo" ,
+ "license": "MIT",
+ "web": "https://github.com/enthus1ast/nimDbg"
+ }
]