Source: cppheaderparser
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Christian Bayle <bayle@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python3-all,
               python3-ply,
               python3-setuptools,
Standards-Version: 4.7.4
Testsuite: autopkgtest-pkg-pybuild
Homepage: http://senexcanis.com/open-source/cppheaderparser/
Vcs-Browser: https://salsa.debian.org/python-team/packages/cppheaderparser
Vcs-Git: https://salsa.debian.org/python-team/packages/cppheaderparser.git
Rules-Requires-Root: no

Package: python3-cppheaderparser
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends},
Description: C++ header Parser
 Parse C++ header files and generate a data structure
 representing the class
