diff options
| author | Tyler <tslimkemann42@gmail.com> | 2018-05-21 16:33:38 -0700 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-05-22 00:33:38 +0100 |
| commit | 3d40819ad2037a830e9c440cf6a66fb3ea2c2eab (patch) | |
| tree | a9a2fd2e2e626cd96f02b50bde73338982de1eca /packages.json | |
| parent | c88c6a7e38300bfded531de81a5050d9da64131a (diff) | |
| download | packages-3d40819ad2037a830e9c440cf6a66fb3ea2c2eab.tar.gz packages-3d40819ad2037a830e9c440cf6a66fb3ea2c2eab.zip | |
Added package unicode_numbers (#748)
Diffstat (limited to 'packages.json')
| -rw-r--r-- | packages.json | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/packages.json b/packages.json index c1661ad..5177e76 100644 --- a/packages.json +++ b/packages.json @@ -9074,7 +9074,7 @@ "pqcrypto", "signing" ], - "description": "SPHINCSâș stateless hash-based signature scheme", + "description": "SPHINCS\u207A stateless hash-based signature scheme", "license": "MIT", "web": "https://github.com/ehmry/nim-sphincs" }, @@ -9401,6 +9401,20 @@ "web": "https://github.com/jackvandrunen/findtests" }, { + "name": "unicode_numbers", + "url": "https://github.com/Aearnus/unicode_numbers", + "method": "git", + "tags": [ + "library", + "string", + "format", + "unicode" + ], + "description": "Converts a number into a specially formatted Unicode string", + "license": "MIT", + "web": "https://github.com/Aearnus/unicode_numbers" + }, + { "name": "glob", "url": "https://github.com/citycide/glob", "method": "git", |
