2016-12-17 20:53:18 +01:00
|
|
|
{
|
|
|
|
"name": "FastMap",
|
2018-01-09 00:11:37 +01:00
|
|
|
"keywords": "Fast,map,lookup,table",
|
2016-12-17 20:53:18 +01:00
|
|
|
"description": "Library with fast map function for Arduino.",
|
2016-12-18 10:48:17 +01:00
|
|
|
"authors":
|
|
|
|
[
|
|
|
|
{
|
|
|
|
"name": "Rob Tillaart",
|
|
|
|
"email": "Rob.Tillaart@gmail.com",
|
|
|
|
"maintainer": true
|
|
|
|
}
|
|
|
|
],
|
2016-12-17 20:53:18 +01:00
|
|
|
"repository":
|
|
|
|
{
|
|
|
|
"type": "git",
|
2020-11-27 11:16:22 +01:00
|
|
|
"url": "https://github.com/RobTillaart/FastMap"
|
2016-12-17 20:53:18 +01:00
|
|
|
},
|
2022-11-05 10:57:25 +01:00
|
|
|
"version": "0.4.0",
|
2021-05-28 14:16:25 +02:00
|
|
|
"license": "MIT",
|
2016-12-17 20:53:18 +01:00
|
|
|
"frameworks": "arduino",
|
2021-12-17 14:46:34 +01:00
|
|
|
"platforms": "*",
|
|
|
|
"headers": "FastMap.h"
|
2016-12-17 20:53:18 +01:00
|
|
|
}
|