diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2014-05-15 19:28:27 +0100 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2014-05-15 19:28:27 +0100 |
| commit | b7c9e7a8b8163065f460c81eef0901a15d78c92b (patch) | |
| tree | 27df35b0c8c9e9a6761def07e834c79643294369 | |
| parent | 2cdcc5975f5d865ed220b64778831e15fca08efa (diff) | |
| parent | de28adf235f7d6ebc3682983bebf05bdc9c3d64e (diff) | |
| download | packages-b7c9e7a8b8163065f460c81eef0901a15d78c92b.tar.gz packages-b7c9e7a8b8163065f460c81eef0901a15d78c92b.zip | |
Merge pull request #55 from esbullington/hexed_package
Added simple hex string encoding/decoding package
| -rw-r--r-- | packages.json | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/packages.json b/packages.json index d2300d4..6ce379e 100644 --- a/packages.json +++ b/packages.json @@ -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" + } ] |
