Added package luhncheck (#1041)

This commit is contained in:
SilliBird 2019-03-27 03:02:54 -04:00 committed by Miran
parent 23f5bbb57b
commit 6fc31c691b

View File

@ -12938,6 +12938,18 @@
"license": "MIT",
"web": "https://github.com/coocheenin/easymail"
},
{
"name": "luhncheck",
"url": "https://github.com/sillibird/luhncheck",
"method": "git",
"tags": [
"library",
"algorithm"
],
"description": "Implementation of Luhn algorithm in nim.",
"license": "MIT",
"web": "https://github.com/sillibird/luhncheck"
},
{
"name": "nim-libgd",
"url": "https://github.com/mrhdias/nim-libgd",