24 lines
508 B
JSON
Raw Normal View History

2017-12-10 01:35:48 +01:00
{
"name": "PrintString",
2018-01-09 00:11:37 +01:00
"keywords": "Size,print,buffer,stream,String,alignment,length",
2017-12-10 01:35:48 +01:00
"description": "Library to capture prints into a String.",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
2020-11-27 11:28:57 +01:00
"url": "https://github.com/RobTillaart/PrintString.git"
2017-12-10 01:35:48 +01:00
},
2021-12-24 14:47:57 +01:00
"version": "0.2.2",
2021-05-28 14:16:25 +02:00
"license": "MIT",
2017-12-10 01:35:48 +01:00
"frameworks": "arduino",
2021-12-24 14:47:57 +01:00
"platforms": "*",
"headers": "PrintString.h"
2017-12-10 01:35:48 +01:00
}