From c8f39fa2eedde4cdc6b309df3abff8d7f5baaa15 Mon Sep 17 00:00:00 2001 From: jlp765 Date: Fri, 12 Aug 2016 16:28:46 +1000 Subject: [PATCH] Add mapbits package --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index 03259c1..dc76e44 100644 --- a/packages.json +++ b/packages.json @@ -5081,5 +5081,20 @@ "web": "https://github.com/undecided/json_builder", "url": "https://github.com/undecided/json_builder", "description": "Easy and fast generator for valid json in nim" + }, + { + "name": "mapbits", + "tags": [ + "map", + "bits", + "byte", + "word", + "binary" + ], + "method": "git", + "license": "MIT", + "description": "Access bit mapped portions of bytes in binary data as int variables", + "web": "https://github.com/jlp765/mapbits", + "url": "https://github.com/jlp765/mapbits" } ]