File: control

package info (click to toggle)
sphinx-a4doc 1.6.0-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 1,092 kB
  • sloc: python: 9,560; makefile: 15
file content (45 lines) | stat: -rw-r--r-- 1,665 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
36
37
38
39
40
41
42
43
44
45
Source: sphinx-a4doc
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Andreas Tille <tille@debian.org>
Section: python
Testsuite: autopkgtest-pkg-python
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               dh-sequence-sphinxdoc <!nodoc>,
               pybuild-plugin-pyproject,
               python3-all,
               python3-antlr4 <!nocheck>,
               python3-setuptools,
               python3-setuptools-scm,
               python3-sphinx,
               python3-doc <!nodoc>,
               sphinx-doc <!nodoc>,
               python3-yaml
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/python-team/packages/sphinx-a4doc
Vcs-Git: https://salsa.debian.org/python-team/packages/sphinx-a4doc.git
Homepage: https://github.com/taminomara/sphinx-a4doc
Rules-Requires-Root: no

Package: python3-sphinx-a4doc
Architecture: all
Depends: python3-antlr4,
         ${misc:Depends},
         ${python3:Depends},
         ${sphinxdoc:Depends}
Recommends: ${python3:Recommends}
Suggests: ${python3:Suggests}, python3-doc, sphinx-doc
Description: Sphinx domain and autodoc for Antlr4 grammars
 A4Doc is a sphinx plugin for documenting Antlr4 grammars.
 .
 It’s primary target is to provide some overview for DSL users
 (generated documentation may not include some nuances essential
 for compiler developers).
 .
 A4Doc's features are:
 .
  * a new domain with grammar and rule directives called ``a4``;
  * directives for rendering railroad diagrams;
  * directive for extracting documentation comments and rendering docs and
    diagrams from `.g4` source files.