2021-05-28 14:16:25 +02:00

23 lines
490 B
JSON

{
"name": "NibbleArray",
"keywords": "4bit,nibble,nybble,array,compact,compression",
"description": "Library to implement a compact array of nibbles (4 bit).",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/nibbleArray.git"
},
"version": "0.2.1",
"license": "MIT",
"frameworks": "arduino",
"platforms": "*"
}