File: control

package info (click to toggle)
python-tatsu-lts 5.13.1%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 896 kB
  • sloc: python: 10,216; makefile: 54
file content (37 lines) | stat: -rw-r--r-- 1,051 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
Source: python-tatsu-lts
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Boyuan Yang <byang@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3,
 python3-pytest <!nocheck>,
 python3-pytest-mypy <!nocheck>,
 python3-setuptools,
 python3-setuptools-scm,
Standards-Version: 4.7.0
Homepage: https://github.com/dnicolodi/TatSu-LTS
Vcs-Git: https://salsa.debian.org/python-team/packages/python-tatsu-lts.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-tatsu-lts
Rules-Requires-Root: no
Description: PEG/Packrat parser generator for Python (LTS branch)
 TatSu is a tool that takes grammars in a variation of EBNF as input,
 and outputs memoizing (Packrat) PEG parsers in Python.

Package: python3-tatsu-lts
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Breaks:
 python3-tatsu,
Replaces:
 python3-tatsu,
Provides:
 python3-tatsu,
Description: ${source:Synopsis}
 ${source:Extended-Description}