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

24 lines
572 B
JSON
Raw Normal View History

2021-01-29 06:31:58 -05:00
{
"name": "statHelpers",
"keywords": "permutation, next permutation, nth permutation, combination, factorial, n over k, n out of k",
"description": "Arduino library with a number of statistic helper functions.",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/statHelpers.git"
},
2022-04-15 15:33:42 -04:00
"version": "0.1.5",
2021-05-28 08:16:25 -04:00
"license": "MIT",
2021-01-29 06:31:58 -05:00
"frameworks": "arduino",
2021-12-28 09:37:03 -05:00
"platforms": "*",
"headers": "statHelpers.h"
2021-01-29 06:31:58 -05:00
}