etl/library.json
John Wellbelove 2dfff5b5c2 Merge remote-tracking branch 'origin/master' into feature/add_circle-ci_support
# Conflicts:
#	include/etl/cstring.h
#	include/etl/u16string.h
#	include/etl/u32string.h
#	include/etl/wstring.h
2019-12-06 13:50:56 +00:00

21 lines
471 B
JSON

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