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

24 lines
457 B
JSON
Raw Permalink Normal View History

2022-06-14 09:20:04 -04:00
{
"name": "UUID",
"keywords": "UUID, GUID",
"description": "Arduino library for generating UUID's. (experimental).",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/UUID.git"
},
2023-11-23 08:08:41 -05:00
"version": "0.1.6",
2022-06-14 09:20:04 -04:00
"license": "MIT",
2023-11-23 08:08:41 -05:00
"frameworks": "*",
2022-06-14 09:20:04 -04:00
"platforms": "*",
"headers": "UUID.h"
}