diff options
| author | nitely <ecastroborsani@gmail.com> | 2017-11-27 03:58:27 -0300 |
|---|---|---|
| committer | nitely <ecastroborsani@gmail.com> | 2017-11-27 03:58:27 -0300 |
| commit | 58100b6d980c91a88c014293f2fc6e4dc1775465 (patch) | |
| tree | aac73c4c25b0992b3a946cfe304bb8aec6f7b673 | |
| parent | 101c44b4e5c299b00861ebf868eb1eb863c1ab23 (diff) | |
| download | packages-58100b6d980c91a88c014293f2fc6e4dc1775465.tar.gz packages-58100b6d980c91a88c014293f2fc6e4dc1775465.zip | |
Added package normalize
| -rw-r--r-- | packages.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packages.json b/packages.json index d008408..71cd587 100644 --- a/packages.json +++ b/packages.json @@ -7716,5 +7716,19 @@ "description": "Unicode Character Database (UCD) access for Nim", "license": "MIT", "web": "https://github.com/nitely/nim-unicodedb" + }, + { + "name": "normalize", + "url": "https://github.com/nitely/nim-normalize", + "method": "git", + "tags": [ + "unicode", + "normalization", + "nfc", + "nfd" + ], + "description": "Unicode normalization forms (tr15)", + "license": "MIT", + "web": "https://github.com/nitely/nim-normalize" } ] |
