24 lines
446 B
JSON
Raw Normal View History

2023-07-07 18:31:58 +02: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 16:03:14 +01:00
"version": "0.2.1",
2023-07-07 18:31:58 +02:00
"license": "MIT",
2023-11-02 16:03:14 +01:00
"frameworks": "*",
2023-07-07 18:31:58 +02:00
"platforms": "*",
"headers": "Gauss.h"
}