mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-29 05:36:39 +00:00
17 lines
379 B
JSON
17 lines
379 B
JSON
{
|
|
"name": "Berry mapping to C",
|
|
"version": "1.0",
|
|
"description": "Mapping to C functions",
|
|
"license": "MIT",
|
|
"homepage": "https://github.com/arendst/Tasmota",
|
|
"frameworks": "*",
|
|
"platforms": "*",
|
|
"authors":
|
|
{
|
|
"name": "Stephan Hadinger",
|
|
"maintainer": true
|
|
},
|
|
"build": {
|
|
"flags": [ "-I$PROJECT_DIR/include" ]
|
|
}
|
|
} |