Merge pull request #179 from rgv151/patch-2

add base32 package
This commit is contained in:
Dominik Picheta 2015-05-28 13:15:59 +01:00
commit 03939199a9

View File

@ -1596,5 +1596,14 @@
"description": "Hashing/Digest collection in pure Nim",
"license": "MIT",
"web": "https://github.com/apense/shimsham"
},
{
"name": "base32",
"url": "https://github.com/rgv151/base32.nim",
"method": "git",
"tags": ["base32", "encode", "decode"],
"description": "Base32 library for Nim",
"license": "MIT",
"web": "https://github.com/rgv151/base32.nim"
}
]