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

24 lines
446 B
JSON
Raw Normal View History

2023-07-07 12:31:58 -04:00
{
"name": "Gauss",
"keywords": "Probability",
"description": "Library for the Gauss probability math.",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/Gauss.git"
},
2023-11-02 11:03:14 -04:00
"version": "0.2.1",
2023-07-07 12:31:58 -04:00
"license": "MIT",
2023-11-02 11:03:14 -04:00
"frameworks": "*",
2023-07-07 12:31:58 -04:00
"platforms": "*",
"headers": "Gauss.h"
}