diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2016-08-12 18:00:48 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-08-12 18:00:48 +0200 |
| commit | 39ad1dfbb2a906d14ab1f54021a22be438f05cd5 (patch) | |
| tree | 234ceb85aa17a519adc294e594b1fcafd9f27f82 | |
| parent | 04065ed6a94fcf6d7a437b9f5d15568ec55cabb6 (diff) | |
| parent | c8f39fa2eedde4cdc6b309df3abff8d7f5baaa15 (diff) | |
| download | packages-39ad1dfbb2a906d14ab1f54021a22be438f05cd5.tar.gz packages-39ad1dfbb2a906d14ab1f54021a22be438f05cd5.zip | |
Merge pull request #397 from jlp765/mapbits
Add mapbits package
| -rw-r--r-- | packages.json | 15 |
1 files changed, 15 insertions, 0 deletions
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" } ] |
