estyle/GLD_estyle.json

40 lines
776 B
JSON

{
"type":"LIBRARY",
"group-id":"com.atria-soft",
"description":"style checker/updater for C++",
"license":"MPL-2",
"license-file":"file://LICENCE.txt",
"maintainer":"file://authors.txt",
"author":"file://authors.txt",
"version":"file://version.txt",
"code-quality":"MEDIUM",
"source": [
"estyle/debug.cpp",
"estyle/estyle.cpp",
"estyle/GroupProperty.cpp",
"estyle/Generator.cpp",
"estyle/lexer/Lexer.cpp",
"estyle/lexer/tocken.cpp"
],
"header": [
"estyle/debug.hpp",
"estyle/estyle.hpp",
"estyle/GroupProperty.hpp",
"estyle/Generator.hpp",
"estyle/lexer/Lexer.hpp",
"estyle/lexer/tocken.hpp"
],
"path":[
"."
],
"compilation-version": {
"language": "c++",
"version": 2017
},
"dependency": [
"etk",
"eproperty",
"cxx"
]
}