File: control

package info (click to toggle)
ply 3.11-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,500 kB
  • sloc: python: 10,380; perl: 31; makefile: 22; sh: 17
file content (52 lines) | stat: -rw-r--r-- 1,737 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
46
47
48
49
50
51
52
Source: ply
Section: python
Priority: optional
Maintainer: Jeroen Ploemen <jcfp@debian.org>
Uploaders: Debian Python Team <team+python@tracker.debian.org>
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 python3-all,
 python3-six,
 perl
Build-Depends-Indep:
 python3-setuptools
Standards-Version: 4.6.0
Homepage: https://www.dabeaz.com/ply/
Vcs-Git: https://salsa.debian.org/python-team/packages/ply.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/ply
Rules-Requires-Root: no

Package: python3-ply
Architecture: all
Multi-Arch: foreign
Depends: ${python3:Depends}, ${misc:Depends}
Provides: ${python3-ply:Provides}
Breaks: ${python3:Breaks}
Suggests: python-ply-doc, python3-pkg-resources
Description: Lex and Yacc implementation for Python3
 PLY   is   yet  another   implementation   of   lex   and  yacc   for
 Python.  Although  several  other  parsing tools  are  available  for
 Python, there are  several reasons why you might want  to take a look
 at PLY:
  * It's implemented entirely in Python.
  * It uses  LR-parsing which is reasonably efficient  and well suited
    for larger grammars.
  * PLY  provides most  of  the standard  lex/yacc features  including
    support for  empty productions, precedence  rules, error recovery,
    and support for ambiguous grammars.
  * PLY is  extremely easy  to use and  provides very  extensive error
    checking.
 .
 This package contains the Python 3 module.

Package: python-ply-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: Lex and Yacc implementation for Python (documentation)
 PLY   is   yet  another   implementation   of   lex   and  yacc   for
 Python.
 .
 This package contains the documentation for Ply.