Source: yappy
Section: python
Priority: optional
Maintainer: Rogerio Reis <rvr@debian.org>
Build-Depends: debhelper (>= 7), python-all-dev, dh-python
Standards-Version: 3.8.2
XS-Python-Version: >= 2.4

Package: python-yappy
Section: python
Architecture: all
Depends: ${python:Depends}
Provides: ${python:Provides}
Replaces: python2.3-yappy (<< 1.6-1.1), python2.4-yappy (<< 1.6-1.1)
Conflicts: python2.3-yappy (<< 1.6-1.1), python2.4-yappy (<< 1.6-1.1)
Description: Yet Another Parser Generator for Python
 Yappy provides a lexical analyser and a LR parser generator
 for Python applications. It currently builds SLR,
 LR(1) and LALR(1) tables. Tables are kept in Python shelves for use
 in parsing.  Some ambiguous grammars can be handled if priority
 and associativity information is provided.

Package: python-yappy-doc
Section: doc
Architecture: all
Description: Documentation for yappy
 Yappy provides a lexical analyser and a LR parser generator
 for Python applications. It currently builds SLR,
 LR(1) and LALR(1) tables. Tables are kept in Python shelves for use
 in parsing.  Some ambiguous grammars can be handled if priority
 and associativity information is provided.
