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
|
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 (>= 9),
dh-python,
python3-all (>= 3.3),
Standards-Version: 3.9.8
Homepage: https://github.com/aitjcize/cppman/
Vcs-Git: https://anonscm.debian.org/git/collab-maint/cppman.git
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/cppman.git
X-Python3-Version: >= 3.3
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.
|