From 1ad79aadb5247e2c7d566ab4d2959b5fb5e92dd7 Mon Sep 17 00:00:00 2001 From: Manav Date: Thu, 27 Feb 2020 02:35:23 +0530 Subject: [PATCH] Added package luhny (#1376) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 99cc6a4..13b3a8f 100644 --- a/packages.json +++ b/packages.json @@ -16746,5 +16746,17 @@ "description": "The Nim GUI asynchronous framework based on SDL2.", "license": "AGPLv3", "web": "https://github.com/ethosa/yukiko" + }, + { + "name": "luhny", + "url": "https://github.com/sigmapie8/luhny", + "method": "git", + "tags": [ + "library", + "algorithm" + ], + "description": "Luhn's Algorithm implementation in Nim", + "license": "MIT", + "web": "https://github.com/sigmapie8/luhny" } ]