Tasmota/lib/libesp32/berry_mapping/library.json

17 lines
404 B
JSON

{
"name": "Berry mapping to C",
"version": "1.0",
"description": "Mapping to C functions",
"license": "MIT",
"homepage": "https://github.com/berry-lang/berry_mapping",
"frameworks": "arduino",
"platforms": "espressif32",
"authors":
{
"name": "Stephan Hadinger",
"maintainer": true
},
"build": {
"flags": [ "-I$PROJECT_DIR/include" ]
}
}