Sun, 22 Dec 2024 19:04:48 CST | login

Information for build re2c-3.1-1.ocs23

ID6771
Package Namere2c
Version3.1
Release1.ocs23
Epoch
Sourcegit+https://gitee.com/opencloudos-stream/re2c.git?.#c5ce529cd50945c592259bb65a11140387f19ede
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 byocs-bot
State complete
Volume DEFAULT
StartedMon, 08 Jan 2024 19:46:47 CST
CompletedMon, 08 Jan 2024 19:49:36 CST
Taskbuild (dist-ocs23, /opencloudos-stream/re2c.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/re2c.git?.#origin/master'}}
Tags
dist-ocs23
RPMs
src
re2c-3.1-1.ocs23.src.rpm (info) (download)
aarch64
re2c-3.1-1.ocs23.aarch64.rpm (info) (download)
re2c-debuginfo-3.1-1.ocs23.aarch64.rpm (info) (download)
re2c-debugsource-3.1-1.ocs23.aarch64.rpm (info) (download)
loongarch64
re2c-3.1-1.ocs23.loongarch64.rpm (info) (download)
re2c-debuginfo-3.1-1.ocs23.loongarch64.rpm (info) (download)
re2c-debugsource-3.1-1.ocs23.loongarch64.rpm (info) (download)
x86_64
re2c-3.1-1.ocs23.x86_64.rpm (info) (download)
re2c-debuginfo-3.1-1.ocs23.x86_64.rpm (info) (download)
re2c-debugsource-3.1-1.ocs23.x86_64.rpm (info) (download)
Logs
x86_64
installed_pkgs.log
build.log
state.log
hw_info.log
root.log
mock_output.log
aarch64
root.log
state.log
installed_pkgs.log
hw_info.log
build.log
mock_output.log
loongarch64
hw_info.log
state.log
build.log
root.log
installed_pkgs.log
mock_output.log
Changelog * Wed Jan 03 2024 Upgrade Robot <upbot@opencloudos.org> - 3.1-1 - Upgrade to version 3.1 * 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