aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnirudh <icyph0x@pm.me>2018-10-02 09:08:45 +0530
committerDominik Picheta <dominikpicheta@googlemail.com>2018-10-01 20:38:45 -0700
commit0bf059d9d2ddd8cd6c676b09b7666c5f8603cb14 (patch)
tree87bef4052b9e092e14b8e6fdd1d9e8371ceaad2c
parent47bfb8842ab23feeb0c00b6ebc2b74b5dda31589 (diff)
downloadpackages-0bf059d9d2ddd8cd6c676b09b7666c5f8603cb14.tar.gz
packages-0bf059d9d2ddd8cd6c676b09b7666c5f8603cb14.zip
Add nanoid package (#875)
* Add nanoid * Fix bad JSON
-rw-r--r--packages.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index a8d91da..23626f2 100644
--- a/packages.json
+++ b/packages.json
@@ -10888,6 +10888,17 @@
"web": "https://github.com/LemonBoy/criterion.nim"
},
{
+ "name": "nanoid",
+ "url": "https://github.com/icyphox/nanoid.nim",
+ "method": "git",
+ "tags": [
+ "nanoid", "random", "generator"
+ ],
+ "description": "The Nim implementation of NanoID",
+ "license": "MIT",
+ "web": "https://github.com/icyphox/nanoid.nim"
+ },
+ {
"name": "ndb",
"url": "https://github.com/xzfc/ndb.nim",
"method": "git",