diff options
| author | nitely <ecastroborsani@gmail.com> | 2018-01-12 12:58:25 -0300 |
|---|---|---|
| committer | nitely <ecastroborsani@gmail.com> | 2018-01-12 12:58:25 -0300 |
| commit | ce1c086710ed4d7ce4195b1e80da6d78ce31fdb6 (patch) | |
| tree | af5e5607b59dacd9e2cd6a98821195d07cc43694 | |
| parent | 6c53f3008836586aff5960a2be906a62bea76e53 (diff) | |
| download | packages-ce1c086710ed4d7ce4195b1e80da6d78ce31fdb6.tar.gz packages-ce1c086710ed4d7ce4195b1e80da6d78ce31fdb6.zip | |
Added package unicodeplus
| -rw-r--r-- | packages.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages.json b/packages.json index d9de6be..57f47a7 100644 --- a/packages.json +++ b/packages.json @@ -7973,5 +7973,18 @@ "description": "Duplicate files finder", "license": "MIT", "web": "https://github.com/rustomax/ndf" + }, + { + "name": "unicodeplus", + "url": "https://github.com/nitely/nim-unicodeplus", + "method": "git", + "tags": [ + "unicode", + "isdigit", + "isalpha" + ], + "description": "Common unicode operations", + "license": "MIT", + "web": "https://github.com/nitely/nim-unicodeplus" } ] |
