mirror of
https://github.com/ETLCPP/etl.git
synced 2026-04-30 19:09:10 +08:00
when the terminating iterator was end() for etl::unordered_map, etl::unordered_multimap, etl::unordered_set and etl::unordered_multiset.
21 lines
470 B
JSON
21 lines
470 B
JSON
{
|
|
"name": "Embedded Template Library",
|
|
"version": "18.12.5",
|
|
"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": "*"
|
|
}
|