Source: python-lark Section: python Priority: optional Maintainer: Debian Python Team Uploaders: Peter Wienemann , Andrius Merkys Build-Depends: debhelper-compat (= 13), dh-python, pybuild-plugin-pyproject, python3-all, python3-setuptools, python3-sphinx, python3-sphinx-rtd-theme, python3-sphinx-markdown-tables, python3-sphinx-gallery, python3-recommonmark, jdupes Standards-Version: 4.6.1 Rules-Requires-Root: no Homepage: https://github.com/lark-parser/lark Vcs-Browser: https://salsa.debian.org/python-team/packages/python-lark Vcs-Git: https://salsa.debian.org/python-team/packages/python-lark.git Package: python3-lark Architecture: all Depends: ${python3:Depends}, ${misc:Depends} Suggests: python-lark-doc Description: Parsing library for Python (Python 3) lark is a parsing library for Python which allows one to parse any context-free grammar. It has implemented the following parsing algorithms: Earley, LALR(1) and CYK. . This package installs the library for Python 3. Package: python-lark-doc Architecture: all Section: doc Depends: libjs-bootstrap4, ${sphinxdoc:Depends}, ${misc:Depends} Multi-Arch: foreign Description: Parsing library for Python (common documentation) lark is a parsing library for Python which allows one to parse any context-free grammar. It has implemented the following parsing algorithms: Earley, LALR(1) and CYK. . This is the common documentation package.