Source: python-lepl Section: python Priority: optional Maintainer: Radu-Bogdan Croitoru Build-Depends: debhelper-compat (= 13), dh-sequence-python3, python3-all, python3-setuptools, Standards-Version: 4.7.0 Homepage: http://www.acooke.org/lepl/ Vcs-Git: https://salsa.debian.org/debian/python-lepl.git Vcs-Browser: https://salsa.debian.org/debian/python-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.