Files
cppcheck/package.json
T
2026-05-27 12:41:35 +03:00

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"
}
}