etl/library.json
John Wellbelove 0f35e3c384 Removed ECL
Updated properties and json files
Updated versions
2019-09-22 10:39:00 +01:00

26 lines
538 B
JSON

{
"name": "Embedded Template Library",
"version": "14.31.0",
"authors": {
"name": "John Wellbelove",
"email": "<john.wellbelove@etlcpp.com>"
},
"homepage": "https://www.etlcpp.com/",
"license": "MIT",
"description": "A C++ template library tailored for embedded systems.
"repository": "https://github.com/ETLCPP/etl.git",
"platforms": [
"espressif8266",
"espressif32"
],
"frameworks": "arduino",
"build": {
"flags": [
"-I include"
],
"srcFilter": [
"-<test/*>"
]
}
}