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
|
Source: ford
Section: utils
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Alastair McKinstry <mckinstry@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
dh-sequence-sphinxdoc <!nodoc>,
python3-all,
pybuild-plugin-pyproject,
python3-toposort <!nocheck>,
python3-rich <!nocheck>,
python3-graphviz <!nocheck>,
python3-tqdm <!nocheck>,
python3-setuptools,
python3-setuptools-scm,
python3-setuptools-whl,
python3-markdown-include,
python3-sphinx <!nodoc>,
python3-nbsphinx <!nodoc>,
python3-recommonmark <!nodoc>,
python3-myst-parser <!nodoc>,
python3-sphinx-design <!nodoc>
Standards-Version: 4.7.3
Homepage: https://github.com/Fortran-FOSS-Programmers/ford
Vcs-Browser: https://salsa.debian.org/science-team/ford
Vcs-Git: https://salsa.debian.org/science-team/ford.git
Package: ford
Architecture: any
Depends: ${misc:Depends}, ${python3:Depends}, ${sphinxdoc:Depends},
fonts-font-awesome,
libjs-mathjax,
libjs-bootstrap,
libjs-jquery,
libjs-lunr
Description: Fortran documentation generator
This is an automatic documentation generator for modern Fortran programs.
FORD stands for FORtran Documenter.
.
The goal of FORD is to be able to reliably produce documentation
for modern Fortran software which is informative and nice to look at.
Ford was written due to Doxygen's poor handling of Fortran and the lack
of comparable alternatives. The documentation should be easy to write
and non-obtrusive within the code.
.
While it will never be as feature-rich as Doxygen, hopefully FORD will be
able to provide a good alternative for documenting Fortran projects.
|