Wed, 08 Apr 2026 00:05:59 CST | login

Information for build python-lark-parser-0.9.0-3.oc9

ID16484
Package Namepython-lark-parser
Version0.9.0
Release3.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/src-opencloudos-rpms/python-lark-parser.git?.#588df16df2be86db5d01bdb774aedf5451ded43a
SummaryLark is a modern general-purpose parsing library for Python
DescriptionLark is a modern general-purpose parsing library for Python. Lark focuses on simplicity and power. It lets you choose between two parsing algorithms: Earley : Parses all context-free grammars (even ambiguous ones)! It is the default. LALR(1): Only LR grammars. Outperforms PLY and most if not all other pure-python parsing libraries. Both algorithms are written in Python and can be used interchangeably with the same grammar (aside for algorithmic restrictions). See "Comparison to other parsers" for more details. Lark can auto magically build an AST from your grammar, without any more code on your part. Features: - EBNF grammar with a little extra - Earley & LALR(1) - Builds an AST auto magically based on the grammar - Automatic line & column tracking - Automatic token collision resolution (unless both tokens are regexps) - Python 2 & 3 compatible - Unicode fully supported
Built bydenisecheng
State complete
Volume DEFAULT
StartedThu, 21 Sep 2023 01:27:33 CST
CompletedThu, 21 Sep 2023 01:29:31 CST
Taskbuild (dist-oc9, /src-opencloudos-rpms/python-lark-parser.git:.:origin/oc9)
Extra{'source': {'original_url': 'git+https://gitee.com/src-opencloudos-rpms/python-lark-parser.git?.#origin/oc9'}}
Tags
dist-oc9
dist-oc9-compose
RPMs
src
python-lark-parser-0.9.0-3.oc9.src.rpm (info) (download)
noarch
python3-lark-parser-0.9.0-3.oc9.noarch.rpm (info) (download)
Logs
noarch
state.log
installed_pkgs.log
build.log
root.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
Changelog * Fri Apr 28 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.9.0-3 - Rebuilt for OpenCloudOS Stream 23.05 * Fri Mar 31 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.9.0-2 - Rebuilt for OpenCloudOS Stream 23 * Thu Mar 16 2023 Shuo Wang <abushwang@tencent.com> - 0.9.0-1 - initial build