1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
Source: cppman
Section: doc
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: ChangZhuo Chen (陳昌倬) <czchen@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-python,
python3-all,
sqlite3,
Standards-Version: 4.6.1
Rules-Requires-Root: no
Homepage: https://github.com/aitjcize/cppman/
Vcs-Git: https://salsa.debian.org/python-team/packages/cppman.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/cppman
Package: cppman
Architecture: all
Depends: ${misc:Depends},
${python3:Depends},
groff-base,
man-db,
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.
|