mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-10 01:39:54 +03:00
initial commit
This commit is contained in:
34
lib/uuid-log/library.json
Normal file
34
lib/uuid-log/library.json
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"name": "uuid-log",
|
||||
"description": "Logging framework",
|
||||
"keywords": "logging",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Simon Arlott",
|
||||
"maintainer": true
|
||||
}
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/nomis/mcu-uuid-log.git"
|
||||
},
|
||||
"version": "2.1.1",
|
||||
"license": "GPL-3.0-or-later",
|
||||
"homepage": "https://mcu-uuid-log.readthedocs.io/",
|
||||
"export": {
|
||||
"exclude": [
|
||||
".travis.yml",
|
||||
"test/*"
|
||||
]
|
||||
},
|
||||
"frameworks": [
|
||||
"arduino"
|
||||
],
|
||||
"dependencies": {
|
||||
"uuid-common": "^1.0.0"
|
||||
},
|
||||
"build": {
|
||||
"flags": "-Wall -Wextra",
|
||||
"libLDFMode": "off"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user