File: control

package info (click to toggle)
python-lark 1.1.5-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,772 kB
  • sloc: python: 13,040; javascript: 88; makefile: 34; sh: 8
file content (48 lines) | stat: -rw-r--r-- 1,670 bytes parent folder | download
1
2
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
Source: python-lark
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Peter Wienemann <fossdev@posteo.de>,
           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.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.