ESPAsyncTCP/library.json_

23 lines
439 B
Plaintext
Raw Normal View History

2020-08-21 12:30:50 +02:00
{
"name":"ESPAsyncTCP-esphome",
2020-08-21 12:30:50 +02:00
"description":"Asynchronous TCP Library for ESP8266",
"keywords":"async,tcp",
"authors":
{
"name": "Hristo Gochkov",
"maintainer": true
2020-08-21 12:30:50 +02:00
},
"repository":
{
"type": "git",
"url": "https://github.com/esphome/ESPAsyncTCP.git"
2020-08-21 12:30:50 +02:00
},
"version": "2.0.0",
2020-08-21 12:30:50 +02:00
"license": "LGPL-3.0",
"frameworks": "arduino",
"platforms": "espressif8266",
"build": {
"libCompatMode": 2
}
}