From 2a1297527b6b47201d8a206bcae090f7d15d90c1 Mon Sep 17 00:00:00 2001 From: "Eric S. Bullington" Date: Wed, 14 May 2014 10:07:57 -0400 Subject: [PATCH] Added simple hex string encoding/decoding package --- packages.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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" + } ]