diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-01-12 22:37:42 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-01-12 22:37:42 +0000 |
| commit | cd6725c919fd42ebd0a3edf6a330b9ac5016b2d5 (patch) | |
| tree | af5e5607b59dacd9e2cd6a98821195d07cc43694 /packages.json | |
| parent | 6c53f3008836586aff5960a2be906a62bea76e53 (diff) | |
| parent | ce1c086710ed4d7ce4195b1e80da6d78ce31fdb6 (diff) | |
| download | packages-cd6725c919fd42ebd0a3edf6a330b9ac5016b2d5.tar.gz packages-cd6725c919fd42ebd0a3edf6a330b9ac5016b2d5.zip | |
Merge pull request #641 from nitely/add-unicodeplus1558
Added package unicodeplus
Diffstat (limited to 'packages.json')
| -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" } ] |
