mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 16:29:51 +03:00
32 lines
546 B
JSON
32 lines
546 B
JSON
{
|
|
"name": "uuid-common",
|
|
"description": "Common utilities library",
|
|
"keywords": "utility, uptime",
|
|
"authors": [
|
|
{
|
|
"name": "Simon Arlott",
|
|
"maintainer": true
|
|
}
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/nomis/mcu-uuid-common.git"
|
|
},
|
|
"version": "1.1.0",
|
|
"license": "GPL-3.0-or-later",
|
|
"homepage": "https://mcu-uuid-common.readthedocs.io/",
|
|
"export": {
|
|
"exclude": [
|
|
".travis.yml",
|
|
"test/*"
|
|
]
|
|
},
|
|
"frameworks": [
|
|
"arduino"
|
|
],
|
|
"build": {
|
|
"flags": "-Wall -Wextra",
|
|
"libLDFMode": "off"
|
|
}
|
|
}
|