Source: yapps2 Section: python Priority: optional Maintainer: Matthias Urlichs Build-Depends: debhelper (>= 9~) Build-Depends-Indep: python-dev (>= 2.5.4-1~), python3-dev, dh-python, hevea, python-setuptools, python3-setuptools, Standards-Version: 3.9.8 Package: yapps2 Architecture: all Depends: ${python:Depends}, python3-yapps (= ${binary:Version}), ${misc:Depends}, python3-pkg-resources, Description: Yet Another Python Parser System YAPPS is an easy to use parser generator that is written in Python and generates Python code. There are several parser generator systems already available for Python, but this parser has different goals: Yapps is simple, very easy to use, and produces human-readable parsers. . It is not the fastest or most powerful parser. Yapps is designed to be used when regular expressions are not enough and other parser systems are too much: situations where you might otherwise write your own recursive descent parser. . This package contains several upward-compatible enhancements to the original YAPPS source: . - handles recursive input ("include files") - better error reporting - reads input incrementally Package: python-yapps Architecture: all Depends: ${python:Depends}, ${misc:Depends} Replaces: yapps2-runtime Conflicts: yapps2-runtime Description: Yet Another Python Parser System YAPPS is an easy to use parser generator that is written in Python and generates Python code. There are several parser generator systems already available for Python, but this parser has different goals: Yapps is simple, very easy to use, and produces human-readable parsers. . This package contains the Python2 runtime support for parsers generated with yapps2. Package: python3-yapps Architecture: all Depends: ${python3:Depends}, ${misc:Depends} Description: Yet Another Python Parser System YAPPS is an easy to use parser generator that is written in Python and generates Python code. There are several parser generator systems already available for Python, but this parser has different goals: Yapps is simple, very easy to use, and produces human-readable parsers. . This package contains the Python3 runtime support for parsers generated with yapps2.