GY-63_MS5611/libraries/Set/library.json

24 lines
477 B
JSON
Raw Normal View History

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
},
2023-11-21 10:32:57 -05:00
"version": "0.2.7",
2021-05-08 03:51:40 -04:00
"license": "MIT",
2023-11-21 10:32:57 -05:00
"frameworks": "*",
2021-12-28 04:38:33 -05:00
"platforms": "*",
"headers": "set.h"
2016-12-17 14:53:18 -05:00
}