Source: python-lepl Section: python Priority: optional Maintainer: Radu-Bogdan Croitoru Build-Depends: debhelper (>= 9), python3-all, python3-setuptools X-Python-Version: >= 2.6 X-Python3-Version: >= 3.2 Standards-Version: 3.9.4 Homepage: http://www.acooke.org/lepl/ Package: python3-lepl Architecture: all Depends: ${misc:Depends}, ${python3:Depends} Description: recursive descent parser library (Python 3) A recursive descent parser for Python 2.6+ (including 3!). Lepl is powerful, simple to use, and easy to extend: grammars are written directly as Python code, using a syntax similar to BNF; new matchers can be simple functions. . This is the Python 3 version of the package.