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
|
|
|
},
|
2023-11-14 10:58:10 -05:00
|
|
|
"version": "0.2.6",
|
2021-05-28 08:16:25 -04:00
|
|
|
"license": "MIT",
|
2023-11-14 10:58:10 -05:00
|
|
|
"frameworks": "*",
|
2021-12-22 07:28:44 -05:00
|
|
|
"platforms": "*",
|
|
|
|
"headers": "nibbleArray.h"
|
2016-12-17 14:59:03 -05:00
|
|
|
}
|