GY-63_MS5611/libraries/LineFormatter/library.json

24 lines
569 B
JSON
Raw Normal View History

2020-05-17 04:37:41 -04:00
{
"name": "LineFormatter",
"keywords": "Stream, Serial, flex tab positions",
2023-01-31 07:39:06 -05:00
"description": "Wrapper class for Stream / Serial to enhance layout of tabular data. Set flexible tab positions, repeating strings.",
2020-05-17 04:37:41 -04:00
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/LineFormatter.git"
},
2024-02-19 14:13:19 -05:00
"version": "0.3.0",
2021-05-28 08:16:25 -04:00
"license": "MIT",
2023-11-07 09:04:39 -05:00
"frameworks": "*",
2021-12-20 14:09:13 -05:00
"platforms": "*",
"headers": "LineFormatter.h"
2020-05-17 04:37:41 -04:00
}