ply 3.11-1 source package in Ubuntu
Changelog
ply (3.11-1) unstable; urgency=medium [ Stefano Rivera ] * Team upload. * New upstream release. - Produces reproducible output. Closes: #890620. * Bump copyright years. * Bump Standards-Version to 4.1.3, no changes needed. [ Ondřej Nový ] * d/control: Set Vcs-* to salsa.debian.org * d/copyright: Use https protocol in Format field -- Stefano Rivera <email address hidden> Wed, 21 Feb 2018 10:37:19 -0800
Upload details
- Uploaded by:
- Arnaud Fontaine
- Uploaded to:
- Sid
- Original maintainer:
- Arnaud Fontaine
- Architectures:
- all
- Section:
- python
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Bionic | release | main | python |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
ply_3.11-1.dsc | 1.8 KiB | 60a11686dfd6cf6428336d427e1a5d285d0381cd99372cd0e23b3c9782be1b4e |
ply_3.11.orig.tar.gz | 155.4 KiB | 00c7c1aaa88358b9c765b6d3000c6eec0ba42abca5351b095321aef446081da3 |
ply_3.11-1.debian.tar.xz | 6.9 KiB | 638f09de723115dc9c4639aaa4d3b53d121117a46775d29431054a5c1ffc029d |
Available diffs
- diff from 3.9-1 to 3.11-1 (17.4 KiB)
No changes file available.
Binary packages built by this source
- python-ply: Lex and Yacc implementation for Python2
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.
- python-ply-doc: 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.
- python3-ply: 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.