aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric S. Bullington <eric.s.bullington@gmail.com>2014-05-14 10:07:57 -0400
committerEric S. Bullington <eric.s.bullington@gmail.com>2014-05-14 10:07:57 -0400
commit2a1297527b6b47201d8a206bcae090f7d15d90c1 (patch)
tree79bd85337bde2a5803ed69d4d6f5804fef479c8a
parent2cdcc5975f5d865ed220b64778831e15fca08efa (diff)
downloadpackages-2a1297527b6b47201d8a206bcae090f7d15d90c1.tar.gz
packages-2a1297527b6b47201d8a206bcae090f7d15d90c1.zip
Added simple hex string encoding/decoding package
-rw-r--r--packages.json11
1 files changed, 10 insertions, 1 deletions
diff --git a/packages.json b/packages.json
index d2300d4..0fa2041 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":"hexed",
+ "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"
+ }
]