etl/library.json
John Wellbelove 20f0599f84 Added missing #include for variant.
Updated version numbers
2021-08-28 09:18:30 +01:00

21 lines
480 B
JSON

{
"name": "ETL Embedded Template Library",
"version": "20.16.2",
"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": "*"
}