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