Wed, 08 Apr 2026 13:07:42 CST | login

Information for build perl-Coro-6.570-4.oc9

ID38980
Package Nameperl-Coro
Version6.570
Release4.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/perl-Coro.git?.#eb339c0001829180228ba58738248d5f5795fd4f
SummaryThe only real threads in perl
DescriptionThis module collection manages continuations in general, most often in the form of cooperative threads (also called coros, or simply "coro" in the documentation). They are similar to kernel threads but don't (in general) run in parallel at the same time even on SMP machines. The specific flavor of thread offered by this module also guarantees you that it will not switch between threads unless necessary, at easily-identified points in your program, so locking and parallel access are rarely an issue, making thread programming much safer and easier than using other thread models.
Built bybbrucezhang
State complete
Volume DEFAULT
StartedFri, 13 Jun 2025 16:31:48 CST
CompletedFri, 13 Jun 2025 16:35:38 CST
Taskbuild (dist-oc9-epol, /opencloudos-stream/perl-Coro.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/perl-Coro.git?.#origin/master'}}
Tags
dist-oc9-epol
dist-oc9-epol-compose
epol9-test-compose
RPMs
src
perl-Coro-6.570-4.oc9.src.rpm (info) (download)
aarch64
perl-Coro-6.570-4.oc9.aarch64.rpm (info) (download)
perl-Coro-debuginfo-6.570-4.oc9.aarch64.rpm (info) (download)
perl-Coro-debugsource-6.570-4.oc9.aarch64.rpm (info) (download)
loongarch64
perl-Coro-6.570-4.oc9.loongarch64.rpm (info) (download)
perl-Coro-debuginfo-6.570-4.oc9.loongarch64.rpm (info) (download)
perl-Coro-debugsource-6.570-4.oc9.loongarch64.rpm (info) (download)
noarch
perl-Coro-tests-6.570-4.oc9.noarch.rpm (info) (download)
x86_64
perl-Coro-6.570-4.oc9.x86_64.rpm (info) (download)
perl-Coro-debuginfo-6.570-4.oc9.x86_64.rpm (info) (download)
perl-Coro-debugsource-6.570-4.oc9.x86_64.rpm (info) (download)
Logs
x86_64
dnf.rpm.log
dnf.librepo.log
mock_output.log
dnf.log
state.log
installed_pkgs.log
build.log
mock_config.log
hw_info.log
root.log
noarch_rpmdiff.json
aarch64
dnf.log
dnf.librepo.log
dnf.rpm.log
state.log
root.log
hw_info.log
mock_output.log
build.log
installed_pkgs.log
mock_config.log
noarch_rpmdiff.json
loongarch64
hw_info.log
state.log
build.log
root.log
installed_pkgs.log
mock_output.log
noarch_rpmdiff.json
Changelog * Wed Jun 11 2025 bbrucezhang <bbrucezhang@tencent.com> - 6.570-4 - Rebuilt for loongarch64 * Tue Jul 02 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 6.570-3 - rebuild * Mon Jul 01 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 6.570-2 - rebuild * Wed Jun 26 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 6.570-1 - initial build