2021-07-25 14:12:16 +02:00
|
|
|
{
|
|
|
|
"name":"encString",
|
2024-04-10 12:28:53 +02:00
|
|
|
"description":"Simple String encoding/decoding library",
|
2021-07-25 14:12:16 +02:00
|
|
|
"authors":
|
|
|
|
{
|
|
|
|
"name": "Pavel Brychta",
|
|
|
|
"maintainer": true
|
|
|
|
},
|
|
|
|
"repository":
|
|
|
|
{
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://git.xpablo.cz/xPablo.cz/encString.git"
|
|
|
|
},
|
|
|
|
"license": "MIT",
|
|
|
|
"frameworks": "arduino",
|
|
|
|
"platforms": ["espressif8266", "espressif32"],
|
|
|
|
"build": {
|
|
|
|
"libCompatMode": 2,
|
|
|
|
"libLDFMode": "deep"
|
|
|
|
}
|
|
|
|
}
|