Source: cxxheaderparser Section: python Maintainer: Debian Python Team Uploaders: Christian Kastner , Build-Depends: debhelper-compat (= 13), dh-sequence-python3, dh-sequence-sphinxdoc , pybuild-plugin-pyproject, python3-all, python3-hatchling, python3-hatch-vcs, python3-pytest , python3-sphinx , python3-sphinx-autodoc-typehints , python3-sphinx-rtd-theme , Standards-Version: 4.7.4 Homepage: https://github.com/robotpy/cxxheaderparser Vcs-Git: https://salsa.debian.org/python-team/packages/cxxheaderparser.git Vcs-Browser: https://salsa.debian.org/python-team/packages/cxxheaderparser Package: python3-cxxheaderparser Architecture: all Multi-Arch: foreign Depends: ${misc:Depends}, ${python3:Depends}, Description: pure Python C++ header parser The cxxheaderparser library is used to parse syntactically valid C++ code and operate on the results. It provides both a visitor-style interface to process the results as they are being parsed or the option of a single data structure containing all parsed information. . This is a complete rewrite of the CppHeaderParser library. . This package contains the library. Package: python-cxxheaderparser-doc Section: doc Architecture: all Multi-Arch: foreign Build-Profiles: Depends: ${misc:Depends}, ${sphinxdoc:Depends}, Description: pure Python C++ header parser - documentation The cxxheaderparser library is used to parse syntactically valid C++ code and operate on the results. It provides both a visitor-style interface to process the results as they are being parsed or the option of a single data structure containing all parsed information. . This is a complete rewrite of the CppHeaderParser library. . This package contains the library documentation.