aboutsummaryrefslogtreecommitdiff
path: root/packages.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages.json')
-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"
+ }
]