python-cppheaderparser 2.7.4
Parse C++ header files and generate a data structure representing the class
CppHeaderParser is a pure python module that will parse C++ header files and generate a data structure representing the class .
- Outputs:
out
- Website: http://senexcanis.com/open-source/cppheaderparser/
- Licenses: Modified BSD
- Package source: gnu/packages/python-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install python-cppheaderparser 2.7.4
as follows:
guix install python-cppheaderparser@2.7.4
Or install the latest version:
guix install python-cppheaderparser
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.