Source: cppheaderparser
Section: devel
Priority: optional
Maintainer: CHEN Xuan <chenxuan@iscas.ac.cn>
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 13),
 cmake,
 dh-python,
 python3,
 python3-ply,
 python3-setuptools,
 python3-wheel,
Standards-Version: 4.7.0
Homepage: https://github.com/ROCm/Tensile
Vcs-Browser: https://github.com/r-rocm/cppheaderparser
Vcs-Git: https://github.com/r-rocm/cppheaderparser.git

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

