| 12
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 
 | Source: python-lark
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Peter Wienemann <wiene@debian.org>,
           Andrius Merkys <merkys@debian.org>
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.7.2
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,
          python3-atomicwrites,
          python3-regex
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.
 |