Sun, 25 Jan 2026 04:11:08 CST | login

Information for build python-funcparserlib-1.0.1-4.oc9

ID20000
Package Namepython-funcparserlib
Version1.0.1
Release4.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/python-funcparserlib.git?.#e23d1e450ceb9376b46fc72f7d7ce708a6441add
SummaryRecursive descent parsing library for Python based on functional combinators
DescriptionThe primary focus of funcparserlib is parsing little languages or external DSLs (domain specific languages). Parsers made with funcparserlib are pure-Python LL(*) parsers. It means that it's very easy to write parsers without thinking about lookaheads and other hardcore parsing stuff. However, recursive descent parsing is a rather slow method compared to LL(k) or LR(k) algorithms. Still, parsing with funcparserlib is at least twice faster than PyParsing, a very popular library for Python.
Built bydenisecheng
State complete
Volume DEFAULT
StartedTue, 16 Jan 2024 17:36:14 CST
CompletedTue, 16 Jan 2024 17:37:26 CST
Taskbuild (dist-oc9-epol, /opencloudos-stream/python-funcparserlib.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/python-funcparserlib.git?.#origin/master'}}
Tags
dist-oc9-epol
dist-oc9-epol-compose
epol9-test-compose
RPMs
src
python-funcparserlib-1.0.1-4.oc9.src.rpm (info) (download)
noarch
python3-funcparserlib-1.0.1-4.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 * Tue Sep 19 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.0.1-4 - Rebuilt for python 3.11 * Fri Sep 08 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.0.1-3 - Rebuilt for OpenCloudOS Stream 23.09 * Fri Apr 28 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.0.1-2 - Rebuilt for OpenCloudOS Stream 23.05 * Fri Apr 14 2023 Miaojun Dong <zoedong@tencent.com> - 1.0.1-1 - initial build