20 lines
402 B
JSON
20 lines
402 B
JSON
{
|
|
"name": "tool-cppcheck",
|
|
"version": "2.11.0+230717",
|
|
"description": "Static code analysis tool for the C and C++ programming languages",
|
|
"keywords": [
|
|
"static analysis",
|
|
"tools"
|
|
],
|
|
"homepage": "http://cppcheck.sourceforge.net",
|
|
"license": "GPL-3.0-or-later",
|
|
"system": [
|
|
"*"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/danmar/cppcheck"
|
|
}
|
|
}
|
|
|