diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2017-11-27 12:47:53 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-11-27 12:47:53 +0000 |
| commit | 5578ff3e18d1d07b9a4b799c068f5f7e660a1a79 (patch) | |
| tree | aac73c4c25b0992b3a946cfe304bb8aec6f7b673 | |
| parent | 101c44b4e5c299b00861ebf868eb1eb863c1ab23 (diff) | |
| parent | 58100b6d980c91a88c014293f2fc6e4dc1775465 (diff) | |
| download | packages-5578ff3e18d1d07b9a4b799c068f5f7e660a1a79.tar.gz packages-5578ff3e18d1d07b9a4b799c068f5f7e660a1a79.zip | |
Merge pull request #623 from nitely/add-normalize0658
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" } ] |
