24 lines
491 B
JSON
Raw Normal View History

2021-01-29 12:31:58 +01:00
{
"name": "DEVNULL",
"keywords": "DEVNULL, null,nada,zero,empty",
"description": "Arduino library for a /dev/null stream. Useful for debugging",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/DEVNULL.git"
},
2023-10-24 15:44:52 +02:00
"version": "0.1.6",
2021-05-28 14:16:25 +02:00
"license": "MIT",
2023-10-24 15:44:52 +02:00
"frameworks": "*",
2021-11-25 12:55:36 +01:00
"platforms": "*",
"headers": "DEVNULL.h"
2021-01-29 12:31:58 +01:00
}