GY-63_MS5611/libraries/Set/library.json
rob tillaart 992a734480 0.2.6 SET
2022-11-24 11:20:43 +01:00

24 lines
483 B
JSON

{
"name": "SET",
"keywords": "Set,add,sub,union,diff,intersection,equal,subset",
"description": "Library to implement SET datastructure.",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/SET.git"
},
"version": "0.2.6",
"license": "MIT",
"frameworks": "arduino",
"platforms": "*",
"headers": "set.h"
}