Tue, 17 Mar 2026 09:30:01 CST | login

Information for build python-funcparserlib-1.0.1-3.ocs23

ID4134
Package Namepython-funcparserlib
Version1.0.1
Release3.ocs23
Epoch
Sourcegit+https://gitee.com/opencloudos-stream/python-funcparserlib.git?.#14ad38169beca5373898c59ea2eb0491059e331d
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 bystreamkoji
State complete
Volume DEFAULT
StartedSat, 09 Sep 2023 14:10:24 CST
CompletedSat, 09 Sep 2023 14:14:24 CST
Taskbuild (dist-ocs23, /opencloudos-stream/python-funcparserlib.git:.:HEAD)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/python-funcparserlib.git?.#HEAD'}}
Tags
dist-ocs23
RPMs
src
python-funcparserlib-1.0.1-3.ocs23.src.rpm (info) (download)
noarch
python3-funcparserlib-1.0.1-3.ocs23.noarch.rpm (info) (download)
Logs
noarch
root.log
state.log
installed_pkgs.log
hw_info.log
build.log
mock_output.log
noarch_rpmdiff.json
Changelog * 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