7 buildPythonPackage rec {
8 pname = "CppHeaderParser";
12 inherit pname version;
13 hash = "sha256-OCswQW2VsKXoUCshSBDcrCpWQykX4mUUR9Or4lPjzEI=";
16 propagatedBuildInputs = [ ply ];
18 pythonImportsCheck = [ "CppHeaderParser" ];
21 description = "Parse C++ header files using ply.lex to generate navigable class tree representing the class structure";
22 homepage = "https://sourceforge.net/projects/cppheaderparser/";
23 license = licenses.bsdOriginal;
24 maintainers = with maintainers; [ pamplemousse ];