File: control

package info (click to toggle)
sphinxcontrib-doxylink 1.13.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 208 kB
  • sloc: python: 879; cpp: 27; makefile: 5; ansic: 4
file content (35 lines) | stat: -rw-r--r-- 1,345 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
32
33
34
35
Source: sphinxcontrib-doxylink
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Ghislain Antony Vaillant <ghisvail@gmail.com>,
           Christian Bayle <bayle@debian.org>
Rules-Requires-Root: no
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 11),
               dh-python,
               doxygen,
               python3-all,
               python3-pyparsing,
               python3-pytest,
               python3-setuptools,
               python3-sphinx,
               pybuild-plugin-pyproject,
               python3-poetry-core,
               python3-dateutil,
               python3-testfixtures,
Standards-Version: 4.7.0
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.