From 6fc31c691b84573b54f4dc7b1cc638938d40ffff Mon Sep 17 00:00:00 2001 From: SilliBird <6666242+sillibird@users.noreply.github.com> Date: Wed, 27 Mar 2019 03:02:54 -0400 Subject: [PATCH] Added package luhncheck (#1041) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 1547584..6bec1e0 100644 --- a/packages.json +++ b/packages.json @@ -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",