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

24 lines
463 B
JSON
Raw 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-02-02 08:42:13 -05:00
"version": "0.1.5",
2022-06-14 09:20:04 -04:00
"license": "MIT",
"frameworks": "arduino",
"platforms": "*",
"headers": "UUID.h"
}