etl/library.json
Ivan Kravets d3975ee36a
Sync library name with arduino version (#487)
* Sync library name with arduino version

* Add keywords
2021-12-28 10:32:41 +00:00

22 lines
548 B
JSON

{
"name": "Embedded Template Library ETL",
"version": "20.22.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.",
"keywords": "c-plus-plus, cpp, algorithms, containers, templates",
"repository": {
"type": "git",
"url": "https://github.com/ETLCPP/etl.git"
},
"build": {
"includeDir": "include"
},
"platforms": "*",
"frameworks": "*"
}