File: control

package info (click to toggle)
python3-antlr4 4.9.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 1,240 kB
  • sloc: python: 14,802; ansic: 775; makefile: 6; sh: 2
file content (23 lines) | stat: -rw-r--r-- 826 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
Source: python3-antlr4
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Michael R. Crusoe <crusoe@debian.org>
Build-Depends: debhelper-compat (= 13), dh-python,
               python3-all,
               python3-setuptools,
Standards-Version: 4.5.1
Homepage: https://www.antlr.org
Vcs-Browser: https://salsa.debian.org/python-team/packages/python3-antlr4
Vcs-Git: https://salsa.debian.org/python-team/packages/python3-antlr4.git
Rules-Requires-Root: no

Package: python3-antlr4
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends},
Recommends: ${python3:Recommends}
Suggests: ${python3:Suggests}
Description: ANTLR 4.9 runtime for Python 3
 Provides the Python3 runtime for parsers/lexers generated by ANTLR 4.
 .
 Also known as "antlr4-python3-runtime".