Files
AsyncTCP/library.json
T

38 lines
671 B
JSON
Raw Normal View History

2017-09-08 13:07:27 +03:00
{
2024-07-16 22:16:00 +02:00
"name": "AsyncTCP",
2024-10-27 08:39:34 +01:00
"version": "3.2.12",
2021-05-09 19:11:18 -03:00
"description": "Asynchronous TCP Library for ESP32",
"keywords": "async,tcp",
"repository": {
2017-09-08 13:07:27 +03:00
"type": "git",
2024-04-19 23:33:28 +02:00
"url": "https://github.com/mathieucarbou/AsyncTCP.git"
2017-09-08 13:07:27 +03:00
},
2024-04-19 23:33:28 +02:00
"authors": [
{
"name": "Hristo Gochkov"
},
{
"name": "Mathieu Carbou",
"maintainer": true
}
],
2017-09-08 13:07:27 +03:00
"license": "LGPL-3.0",
"frameworks": "arduino",
2023-12-21 13:01:47 +09:00
"platforms": [
"espressif32",
"libretiny"
],
"build": {
"libCompatMode": 2
2024-04-19 23:33:28 +02:00
},
"export": {
"include": [
"examples",
"src",
"library.json",
"library.properties",
"LICENSE",
"README.md"
]
2019-10-14 12:45:57 +02:00
}
2024-04-19 23:33:28 +02:00
}