24 lines
486 B
JSON
Raw Normal View History

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