2016-12-17 14:59:03 -05:00
|
|
|
{
|
|
|
|
"name": "NibbleArray",
|
2018-01-08 18:11:37 -05:00
|
|
|
"keywords": "4bit,nibble,nybble,array,compact,compression",
|
2016-12-17 14:59:03 -05:00
|
|
|
"description": "Library to implement a compact array of nibbles (4 bit).",
|
2016-12-18 04:48:17 -05:00
|
|
|
"authors":
|
|
|
|
[
|
|
|
|
{
|
|
|
|
"name": "Rob Tillaart",
|
|
|
|
"email": "Rob.Tillaart@gmail.com",
|
|
|
|
"maintainer": true
|
|
|
|
}
|
|
|
|
],
|
2016-12-17 14:59:03 -05:00
|
|
|
"repository":
|
|
|
|
{
|
|
|
|
"type": "git",
|
2020-11-27 05:28:57 -05:00
|
|
|
"url": "https://github.com/RobTillaart/nibbleArray.git"
|
2016-12-17 14:59:03 -05:00
|
|
|
},
|
2021-01-29 06:31:58 -05:00
|
|
|
"version":"0.2.1",
|
2016-12-17 14:59:03 -05:00
|
|
|
"frameworks": "arduino",
|
2020-11-27 05:28:57 -05:00
|
|
|
"platforms": "*"
|
2016-12-17 14:59:03 -05:00
|
|
|
}
|