Information for build re2c-2.2-4.oc9

ID18646
Package Namere2c
Version2.2
Release4.oc9
Epoch
Sourcegit+https://gitee.com/src-opencloudos-rpms/re2c.git?.#a2f0ae78c8cf66566b64d34808fb8f13026bb437
SummaryTool for generating C, C++, and go recognizers from regular expressions
Descriptionre2c is a free and open-source lexer generator for C/C++, Go and Rust with a focus on generating fast code. It compiles regular expression specifications to deterministic finite automata and encodes them in the form of conditional jumps in the target language. This approach is generally faster than table-based lexers, and the generated code is easier to debug and understand.
Built bydenisecheng
State complete
Volume DEFAULT
StartedMon, 08 Jan 2024 04:34:50 CST
CompletedMon, 08 Jan 2024 04:39:14 CST
Taskbuild (dist-oc9, /src-opencloudos-rpms/re2c.git:.:origin/oc9)
Extra{'source': {'original_url': 'git+https://gitee.com/src-opencloudos-rpms/re2c.git?.#origin/oc9'}}
Tags
dist-oc9
dist-oc9-compose
RPMs
src
re2c-2.2-4.oc9.src.rpm (info) (download)
aarch64
re2c-2.2-4.oc9.aarch64.rpm (info) (download)
re2c-debuginfo-2.2-4.oc9.aarch64.rpm (info) (download)
re2c-debugsource-2.2-4.oc9.aarch64.rpm (info) (download)
x86_64
re2c-2.2-4.oc9.x86_64.rpm (info) (download)
re2c-debuginfo-2.2-4.oc9.x86_64.rpm (info) (download)
re2c-debugsource-2.2-4.oc9.x86_64.rpm (info) (download)
Logs
x86_64
root.log
build.log
installed_pkgs.log
state.log
hw_info.log
mock_output.log
aarch64
state.log
installed_pkgs.log
build.log
root.log
hw_info.log
mock_output.log
Changelog * Fri Sep 08 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 2.2-4 - Rebuilt for OpenCloudOS Stream 23.09 * Fri Apr 28 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 2.2-3 - Rebuilt for OpenCloudOS Stream 23.05 * Fri Mar 31 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 2.2-2 - Rebuilt for OpenCloudOS Stream 23 * Tue Mar 21 2023 Miaojun Dong <zoedong@tencent.com> - 2.2-1 - initial build