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 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123
|
Source: doxygen
Section: devel
Priority: optional
Maintainer: Paolo Greppi <paolo.greppi@libpf.com>
Build-Depends: debhelper-compat (= 12),
dpkg-dev (>= 1.17.14),
qtbase5-dev (>= 5.12.5+dfsg-3) <!stage1>,
flex, bison (>= 1.875a),
python3,
zlib1g-dev,
libxapian-dev (>= 1.2.21-1.2),
cmake,
llvm-11-dev [amd64 armel armhf arm64 i386 mips mipsel mips64el ppc64 ppc64el s390x sparc64],
libclang-11-dev [amd64 armel armhf arm64 i386 mips mipsel mips64el ppc64 ppc64el s390x sparc64],
clang-11 [amd64 armel armhf arm64 i386 mips mipsel mips64el ppc64 ppc64el s390x sparc64],
sassc,
faketime,
mat2
Build-Depends-Indep: texlive-fonts-recommended,
texlive-plain-generic,
texlive-latex-extra,
texlive-latex-recommended,
texlive-extra-utils,
texlive-font-utils,
ghostscript,
graphviz,
rdfind
Standards-Version: 4.5.1
Homepage: http://www.doxygen.nl/
Vcs-Browser: https://salsa.debian.org/debian/doxygen
Vcs-Git: https://salsa.debian.org/debian/doxygen.git
Package: doxygen
Architecture: any
Multi-Arch: foreign
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: doxygen-latex, doxygen-doc, doxygen-gui, graphviz
Conflicts: graphviz (<< 1.12)
Description: Documentation system for C, C++, Java, Python and other languages
Doxygen is a documentation system for C, C++, Java, Objective-C, Python, IDL
and to some extent PHP, C#, and D. It can generate an on-line class browser
(in HTML) and/or an off-line reference manual (in LaTeX) from a set of
documented source files. There is also support for generating man pages
and for converting the generated output into Postscript, hyperlinked PDF
or compressed HTML. The documentation is extracted directly from the sources.
.
Install the doxygen-latex package to build LaTeX based documents.
Package: doxygen-latex
Architecture: all
Multi-Arch: foreign
Depends: doxygen (>= ${source:Version}),
${misc:Depends},
texlive-extra-utils,
texlive-latex-extra,
texlive-plain-generic,
texlive-latex-recommended,
texlive-font-utils,
ghostscript,
texlive-fonts-recommended,
cm-super-minimal
Description: Documentation system for C, C++, Java, Python and other languages
Doxygen is a documentation system for C, C++, Java, Objective-C, Python, IDL
and to some extent PHP, C#, and D. It can generate an on-line class browser
(in HTML) and/or an off-line reference manual (in LaTeX) from a set of
documented source files.
.
This dependency package adds dependencies for all LaTeX packages required
to build documents using the default stylesheet.
Package: doxygen-doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Recommends: doxygen
Section: doc
Provides: doxygen-docs
Replaces: doxygen (<< 1.2.14), doxygen-docs
Conflicts: doxygen-docs
Description: Documentation for doxygen
Doxygen is a documentation system for C, C++, Java, Objective-C, Python, IDL
and to some extent PHP, C#, and D. It can generate an on-line class browser
(in HTML) and/or an off-line reference manual (in LaTeX) from a set of
documented source files. There is also support for generating man pages
and for converting the generated output into Postscript, hyperlinked PDF
or compressed HTML. The documentation is extracted directly from the sources.
.
This package contains the documentation for doxygen.
Package: doxygen-gui
Architecture: any
Depends: doxygen, ${shlibs:Depends}, ${misc:Depends}
Suggests: doxygen-doc
Replaces: doxygen (<< 1.2.14)
Build-Profiles: <!stage1>
Description: GUI configuration tool for doxygen
Doxygen is a documentation system for C, C++, Java, Objective-C, Python, IDL
and to some extent PHP, C#, and D. It can generate an on-line class browser
(in HTML) and/or an off-line reference manual (in LaTeX) from a set of
documented source files. There is also support for generating man pages
and for converting the generated output into Postscript, hyperlinked PDF
or compressed HTML. The documentation is extracted directly from the sources.
.
This package contains doxywizard, a GUI configuration tool for doxygen.
Package: doxygen-doxyparse
Architecture: any
Multi-Arch: foreign
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: multi-language source code parser based on Doxygen
Doxygen is a documentation system for C, C++, Java, Objective-C, Python, IDL
and to some extent PHP, C#, and D. Doxyparse builds on doxygen's great source
code parsing infrastructure and provides a command-line tool that can be used
to obtain information from source code, such as:
.
* which functions/methods and variables/attributes a module/class contains
* which functions/methods calls/uses which functions/methods/variables
* etc
.
doxyparses's main goal is to be used by higher-level source code analysis
tools.
.
This package contains doxyparse binary, a source code parser based on Doxygen
|