2016-12-17 14:53:18 -05:00
|
|
|
{
|
2020-11-27 05:33:55 -05:00
|
|
|
"name": "SET",
|
|
|
|
"keywords": "Set,add,sub,union,diff,intersection,equal,subset",
|
2016-12-17 14:53:18 -05:00
|
|
|
"description": "Library to implement SET datastructure.",
|
2016-12-18 04:48:17 -05:00
|
|
|
"authors":
|
|
|
|
[
|
|
|
|
{
|
|
|
|
"name": "Rob Tillaart",
|
|
|
|
"email": "Rob.Tillaart@gmail.com",
|
|
|
|
"maintainer": true
|
|
|
|
}
|
|
|
|
],
|
2016-12-17 14:53:18 -05:00
|
|
|
"repository":
|
|
|
|
{
|
|
|
|
"type": "git",
|
2020-11-27 05:33:55 -05:00
|
|
|
"url": "https://github.com/RobTillaart/SET.git"
|
2016-12-17 14:53:18 -05:00
|
|
|
},
|
2022-11-24 05:20:43 -05:00
|
|
|
"version": "0.2.6",
|
2021-05-08 03:51:40 -04:00
|
|
|
"license": "MIT",
|
2016-12-17 14:53:18 -05:00
|
|
|
"frameworks": "arduino",
|
2021-12-28 04:38:33 -05:00
|
|
|
"platforms": "*",
|
|
|
|
"headers": "set.h"
|
2016-12-17 14:53:18 -05:00
|
|
|
}
|