Thu, 26 Jun 2025 22:58:48 CST | login

Information for build lua-cqueues-20200603-3.oc9

ID38258
Package Namelua-cqueues
Version20200603
Release3.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/lua-cqueues.git?.#44569bf225dbe24484aa731ef5786297505b9cb9
SummaryStackable Continuation Queues for the Lua Programming Language
Descriptioncqueues is a type of event loop for Lua. It doesn't use callbacks but instead you communicate with an event controller by the yielding and resumption of Lua coroutines using objects. cqueues are stackable. Each instantiated cqueue is a poll-able object which can be polled from another cqueue, or another event loop system entirely. The design is meant to be non-intrusive, composable, and embeddable within existing applications. cqueues includes a sockets library with DNS, buffering, end-of-line translation, SSL/TLS, and descriptor passing support builtin. Domain querying, connection establishment, and SSL negotiation are handled transparently as part of a state machine entered with every I/O operation, so users can read and write immediately upon instantiating the object, as if opening a regular file. cqueues also includes modules for handling signals, threads, and file change notifications using native kernel facilities and accessible through easy to use interfaces which abstract the different kernel facilities.
Built bybbrucezhang
State complete
Volume DEFAULT
StartedFri, 13 Jun 2025 10:18:56 CST
CompletedFri, 13 Jun 2025 10:23:51 CST
Taskbuild (dist-oc9-epol, /opencloudos-stream/lua-cqueues.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/lua-cqueues.git?.#origin/master'}}
Tags
dist-oc9-epol
dist-oc9-epol-compose
epol9-test-compose
RPMs
src
lua-cqueues-20200603-3.oc9.src.rpm (info) (download)
aarch64
lua-cqueues-20200603-3.oc9.aarch64.rpm (info) (download)
lua5.1-cqueues-20200603-3.oc9.aarch64.rpm (info) (download)
lua-cqueues-debuginfo-20200603-3.oc9.aarch64.rpm (info) (download)
lua-cqueues-debugsource-20200603-3.oc9.aarch64.rpm (info) (download)
lua5.1-cqueues-debuginfo-20200603-3.oc9.aarch64.rpm (info) (download)
loongarch64
lua-cqueues-20200603-3.oc9.loongarch64.rpm (info) (download)
lua5.1-cqueues-20200603-3.oc9.loongarch64.rpm (info) (download)
lua-cqueues-debuginfo-20200603-3.oc9.loongarch64.rpm (info) (download)
lua-cqueues-debugsource-20200603-3.oc9.loongarch64.rpm (info) (download)
lua5.1-cqueues-debuginfo-20200603-3.oc9.loongarch64.rpm (info) (download)
noarch
lua-cqueues-doc-20200603-3.oc9.noarch.rpm (info) (download)
x86_64
lua-cqueues-20200603-3.oc9.x86_64.rpm (info) (download)
lua5.1-cqueues-20200603-3.oc9.x86_64.rpm (info) (download)
lua-cqueues-debuginfo-20200603-3.oc9.x86_64.rpm (info) (download)
lua-cqueues-debugsource-20200603-3.oc9.x86_64.rpm (info) (download)
lua5.1-cqueues-debuginfo-20200603-3.oc9.x86_64.rpm (info) (download)
Logs
x86_64
dnf.rpm.log
build.log
dnf.librepo.log
hw_info.log
dnf.log
mock_output.log
state.log
root.log
installed_pkgs.log
mock_config.log
noarch_rpmdiff.json
aarch64
root.log
mock_config.log
dnf.rpm.log
hw_info.log
installed_pkgs.log
mock_output.log
dnf.log
state.log
build.log
dnf.librepo.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> - 20200603-3 - Rebuilt for loongarch64 * Tue May 07 2024 Fanjun Kong <fanjunkong@tencent.com> - 20200603-2 - epol debrand * Fri Apr 12 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 20200603-1 - initial build