GY-63_MS5611/libraries/Set/library.json
2020-11-27 11:33:55 +01:00

22 lines
440 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.1",
"frameworks": "arduino",
"platforms": "*"
}