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
|
Source: sphinxygen
Section: python
Priority: optional
Maintainer: Sebastian Ramacher <sramacher@debian.org>
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
pybuild-plugin-pyproject,
python3-setuptools,
python3,
Standards-Version: 4.7.2
Homepage: https://gitlab.com/drobilla/sphinxygen
Vcs-Git: https://salsa.debian.org/sramacher/sphinxygen.git
Vcs-Browser: https://salsa.debian.org/sramacher/sphinxygen
Package: sphinxygen
Architecture: all
Depends:
${misc:Depends},
${python3:Depends}
Description: Sphinx ReST generator for Doxygen XML
Sphinxygen generates Sphinx markup to describe a C API from an XML description
extracted by Doxygen.
.
For programmatic use within Python, Sphinxygen's functionality is also
provided as Python module.
|