24 lines
565 B
JSON
Raw Normal View History

{
"name": "RunningAverage",
"keywords": "running average, moving average, average",
"description": "The library stores the last N individual values in a circular buffer to calculate the running average.",
2016-12-18 10:48:17 +01:00
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
2020-11-27 11:33:55 +01:00
"url": "https://github.com/RobTillaart/RunningAverage.git"
},
2023-11-13 17:57:14 +01:00
"version": "0.4.4",
2021-05-26 16:39:03 +02:00
"license": "MIT",
2023-11-13 17:57:14 +01:00
"frameworks": "*",
2021-11-24 10:03:41 +01:00
"platforms": "*",
"headers": "RunningAverage.h"
}