Source: cppman
Section: doc
Priority: optional
Maintainer: Python Applications Packaging Team <python-apps-team@lists.alioth.debian.org>
Uploaders: ChangZhuo Chen (陳昌倬) <czchen@debian.org>
Build-Depends: debhelper-compat (= 12),
               dh-python,
               python3-all (>= 3.3),
               sqlite3,
Standards-Version: 4.4.1
Rules-Requires-Root: no
Homepage: https://github.com/aitjcize/cppman/
Vcs-Git: https://salsa.debian.org/python-team/applications/cppman.git
Vcs-Browser: https://salsa.debian.org/python-team/applications/cppman

Package: cppman
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends},
         bsdmainutils,
         groff-base,
         python3-bs4,
         python3-html5lib,
Recommends:
         less,
Description: C++ 98/11 manual pages for Linux, with source from cplusplus.com
 cppman is a tool to download C++ 98/11 manual from cplusplus.com. It creates a
 similar interface to the man command, and provides syntax highlight, hyperlink
 features.