aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Chesak <achesak@yahoo.com>2016-07-07 10:44:14 -0500
committerDominik Picheta <dominikpicheta@googlemail.com>2016-07-07 16:44:14 +0100
commit382f831f00802a8cac6054b177dac0df965d06cb (patch)
treed0218425bd9a08f3aa2bdb8edd7f21a9d37b8475
parent44d5634427740055cecf902d2ef93c42ebdcbd89 (diff)
downloadpackages-382f831f00802a8cac6054b177dac0df965d06cb.tar.gz
packages-382f831f00802a8cac6054b177dac0df965d06cb.zip
Added qrcode (#376)
-rw-r--r--packages.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 22ea718..1434823 100644
--- a/packages.json
+++ b/packages.json
@@ -4901,5 +4901,18 @@
"web": "https://github.com/smallfx/luna.nim",
"license": "MIT",
"method": "git"
+ },
+ {
+ "name": "qrcode",
+ "description": "module for creating and reading QR codes using http://goqr.me/",
+ "tags": [
+ "qr",
+ "qrcode",
+ "api"
+ ],
+ "url": "https://github.com/achesak/nim-qrcode",
+ "web": "https://github.com/achesak/nim-qrcode",
+ "license": "MIT",
+ "method": "git"
}
]