etl/library.json
John Wellbelove 548345cf8c Modified etl::delegate for better lambda support.
Added etl::is_class to type_traits.h
Added missing return statement in etl::move_iterator in 'operator ='
Added upport for compilers that do not support LDBL_xxx macros
2020-04-29 17:29:44 +01:00

21 lines
469 B
JSON

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