etl/library.json
2021-03-26 17:32:27 +00:00

21 lines
479 B
JSON

{
"name": "ETL Embedded Template Library",
"version": "20.7.0",
"author s": {
"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.",
"repository": {
"type": "git",
"url": "https://github.com/ETLCPP/etl.git"
},
"build": {
"includeDir": "include"
},
"platforms": "*",
"frameworks": "*"
}