ESPAsyncTCP/library.json

23 lines
437 B
JSON
Raw Normal View History

2020-08-21 12:30:50 +02:00
{
2020-08-21 13:53:24 +02:00
"name":"ESPAsyncTCP",
2020-08-21 12:30:50 +02:00
"description":"Asynchronous TCP Library for ESP8266",
"keywords":"async,tcp",
"authors":
{
"name": "Hristo Gochkov",
2020-08-21 13:53:24 +02:00
"maintainer": false
2020-08-21 12:30:50 +02:00
},
"repository":
{
"type": "git",
2020-08-21 13:53:24 +02:00
"url": "https://git.xpablo.cz/xPablo.cz/ESPAsyncTCP.git"
2020-08-21 12:30:50 +02:00
},
2021-01-11 10:11:38 +01:00
"version": "1.2.3",
2020-08-21 12:30:50 +02:00
"license": "LGPL-3.0",
"frameworks": "arduino",
"platforms": "espressif8266",
"build": {
"libCompatMode": 2
}
}