Merge pull request #199 from singularperturbation/master

Added base62 package
This commit is contained in:
Dominik Picheta 2015-06-28 20:18:56 +01:00
commit 33eca502e0

View File

@ -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"
}
]