File: control

package info (click to toggle)
cppman 0.5.7%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,764 kB
  • sloc: sql: 37,800; python: 1,373; sh: 83; makefile: 12
file content (31 lines) | stat: -rw-r--r-- 957 bytes parent folder | download
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
30
31
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-sequence-python3,
 python3-all,
 python3-setuptools,
 sqlite3,
Standards-Version: 4.7.0
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.