File: control

package info (click to toggle)
sphinxcontrib-doxylink 1.5-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 188 kB
  • sloc: python: 505; cpp: 17; makefile: 5
file content (29 lines) | stat: -rw-r--r-- 1,126 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: sphinxcontrib-doxylink
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Ghislain Antony Vaillant <ghisvail@gmail.com>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 11),
               dh-python,
               doxygen,
               python3-all,
               python3-pyparsing,
               python3-pytest,
               python3-setuptools,
               python3-sphinx
Standards-Version: 4.1.3
Vcs-Browser: https://salsa.debian.org/python-team/packages/sphinxcontrib-doxylink
Vcs-Git: https://salsa.debian.org/python-team/packages/sphinxcontrib-doxylink.git
Homepage: https://github.com/sphinx-contrib/doxylink

Package: python3-sphinxcontrib.doxylink
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends}
Description: Sphinx extension for linking to Doxygen documentation (Python 3)
 Doxylink is a Sphinx extension to link to external Doxygen API documentation.
 .
 It allows you to specify C++ symbols and it will convert them into links to
 the HTML page of their Doxygen documentation.
 .
 This package provides the modules for Python 3.