encString/library.json

23 lines
416 B
JSON

{
"name":"encString",
"version":"1.0.0",
"description":"Simple String encoding/decoding library",
"authors":
{
"name": "Pavel Brychta",
"maintainer": true
},
"repository":
{
"type": "git",
"url": "https://git.xpablo.cz/xPablo.cz/encString.git"
},
"license": "MIT",
"frameworks": "arduino",
"platforms": "*",
"build": {
"libCompatMode": 2,
"libLDFMode": "deep"
}
}