File: control

package info (click to toggle)
cppman 0.5.0%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,464 kB
  • sloc: sql: 9,269; python: 1,249; sh: 53; makefile: 14
file content (29 lines) | stat: -rw-r--r-- 1,016 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
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.