Merge pull request #55 from esbullington/hexed_package

Added simple hex string encoding/decoding package
This commit is contained in:
Dominik Picheta 2014-05-15 19:28:27 +01:00
commit b7c9e7a8b8

View File

@ -658,5 +658,14 @@
"description":"A simple MurmurHash3 wrapper for Nimrod",
"license": "MIT",
"web":"https://github.com/boydgreenfield/nimrod-murmur/"
}
},
{
"name":"hex",
"url":"https://github.com/esbullington/nimrod-hex",
"method":"git",
"tags":["hex","encoding"],
"description":"A simple hex package for Nimrod",
"license": "MIT",
"web":"https://github.com/esbullington/nimrod-hex"
}
]