40 lines
883 B
JSON
40 lines
883 B
JSON
|
{
|
||
|
"name": "Embedded Template Library ETL",
|
||
|
"version": "20.39.0",
|
||
|
"authors": {
|
||
|
"name": "John Wellbelove",
|
||
|
"email": "john.wellbelove@etlcpp.com"
|
||
|
},
|
||
|
"homepage": "https://www.etlcpp.com/",
|
||
|
"license": "MIT",
|
||
|
"description": "ETL. A C++ template library tailored for embedded systems. Directories formatted for Arduino",
|
||
|
"keywords": "c-plus-plus, cpp, algorithms, containers, templates",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/ETLCPP/etl-arduino.git"
|
||
|
},
|
||
|
"build": {
|
||
|
"includeDir": "include"
|
||
|
},
|
||
|
"export": {
|
||
|
"include": [
|
||
|
"include",
|
||
|
"examples",
|
||
|
"LICENSE",
|
||
|
"README.md"
|
||
|
],
|
||
|
"exclude": [
|
||
|
"include/etl/experimental",
|
||
|
"include/etl/deprecated",
|
||
|
"**/__vm",
|
||
|
"**/.vs",
|
||
|
"**/*.filters",
|
||
|
"**/*.log",
|
||
|
"**/*.tmp"
|
||
|
]
|
||
|
},
|
||
|
"platforms": "*",
|
||
|
"frameworks": "*"
|
||
|
}
|
||
|
|