aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2015-06-28 20:18:56 +0100
committerDominik Picheta <dominikpicheta@googlemail.com>2015-06-28 20:18:56 +0100
commit33eca502e0aaa69d3b96e88654363eaf3c396b74 (patch)
treef294d6e3ae4817be16c98b58955f02ac2d509783
parent89daf2164c8160df0e6d793ca0ae4f3c829de9ce (diff)
parent8d52c440739a23f5d7f2f69890974356d8b4ba24 (diff)
downloadpackages-33eca502e0aaa69d3b96e88654363eaf3c396b74.tar.gz
packages-33eca502e0aaa69d3b96e88654363eaf3c396b74.zip
Merge pull request #199 from singularperturbation/master
Added base62 package
-rw-r--r--packages.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 0023718..af5d6f6 100644
--- a/packages.json
+++ b/packages.json
@@ -1776,5 +1776,14 @@
"description": "Memoize Nim functions",
"license": "Apache License 2.0",
"web": "https://github.com/andreaferretti/memo"
+ },
+ {
+ "name": "base62",
+ "url": "https://github.com/singularperturbation/base62-encode",
+ "method": "git",
+ "tags": ["base62","encode","decode"],
+ "description": "Arbitrary base encoding-decoding functions, defaulting to Base-62.",
+ "license": "MIT",
+ "web": "https://github.com/singularperturbation/base62-encode"
}
]