diff options
| author | SilliBird <6666242+sillibird@users.noreply.github.com> | 2019-03-27 03:02:54 -0400 |
|---|---|---|
| committer | Miran <narimiran@disroot.org> | 2019-03-27 08:02:54 +0100 |
| commit | 6fc31c691b84573b54f4dc7b1cc638938d40ffff (patch) | |
| tree | 542736bd2a46c3ec43c359050c2e9057d2b732c4 | |
| parent | 23f5bbb57b88abcd1e9b44f76d91f6c64b5a3f44 (diff) | |
| download | packages-6fc31c691b84573b54f4dc7b1cc638938d40ffff.tar.gz packages-6fc31c691b84573b54f4dc7b1cc638938d40ffff.zip | |
Added package luhncheck (#1041)
| -rw-r--r-- | packages.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 1547584..6bec1e0 100644 --- a/packages.json +++ b/packages.json @@ -12939,6 +12939,18 @@ "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", "method": "git", |
