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

24 lines
486 B
JSON
Raw Normal View History

2021-01-29 06:31:58 -05:00
{
"name": "weight",
2021-12-29 09:51:56 -05:00
"keywords": "weight,conversion,kilo,gram,stone,lbs,ounce,pound",
2021-01-29 06:31:58 -05:00
"description": "Library of weight conversion functions",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
2023-08-29 14:21:14 -04:00
"url": "https://github.com/RobTillaart/weight.git"
2021-01-29 06:31:58 -05:00
},
2023-08-29 14:21:14 -04:00
"version": "0.3.0",
2021-05-28 08:16:25 -04:00
"license": "MIT",
2023-08-29 14:21:14 -04:00
"frameworks": "*",
2021-12-29 09:51:56 -05:00
"platforms": "*",
"headers": "weight.h"
2021-01-29 06:31:58 -05:00
}