23 lines
542 B
JSON
Raw Normal View History

2021-01-29 12:31:58 +01: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"
},
2021-08-06 17:19:47 +02:00
"version": "0.1.3",
2021-05-28 14:16:25 +02:00
"license": "MIT",
2021-01-29 12:31:58 +01:00
"frameworks": "arduino",
"platforms": "*"
}