Tue, 18 Feb 2025 21:23:59 UTC | login

Information for build lua-cqueues-20190813-3.fc33

ID149166
Package Namelua-cqueues
Version20190813
Release3.fc33
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/lua-cqueues.git#0af59af38b03ed94f1250120b28948037aecc6e0
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 bydavidlt
State complete
Volume DEFAULT
StartedSun, 29 Mar 2020 00:51:07 UTC
CompletedSun, 29 Mar 2020 01:08:51 UTC
Taskbuild (f33, /rpms/lua-cqueues.git:0af59af38b03ed94f1250120b28948037aecc6e0)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/lua-cqueues.git#0af59af38b03ed94f1250120b28948037aecc6e0'}}
Tags
f33
RPMs
src
lua-cqueues-20190813-3.fc33.src.rpm (info) (download)
noarch
lua-cqueues-doc-20190813-3.fc33.noarch.rpm (info) (download)
riscv64
lua-cqueues-20190813-3.fc33.riscv64.rpm (info) (download)
lua5.1-cqueues-20190813-3.fc33.riscv64.rpm (info) (download)
lua-cqueues-debuginfo-20190813-3.fc33.riscv64.rpm (info) (download)
lua-cqueues-debugsource-20190813-3.fc33.riscv64.rpm (info) (download)
lua5.1-cqueues-debuginfo-20190813-3.fc33.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
root.log
state.log
Changelog * Wed Feb 05 2020 Tomas Krizek <tomas.krizek@nic.cz> - 20190813-3 - Add patch to mark cqueues__poll as extern * Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 20190813-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Mon Oct 21 2019 Tomas Krizek <tomas.krizek@nic.cz> - 20190813-1 - Make spec EPEL8 compatible - Update to latest upstream version, BZ#1735765 * Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 20171014-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Tue Apr 16 2019 Tomas Krizek <tomas.krizek@nic.cz> - 20171014-6 - Use lua5.1-cqueues for Lua 5.1 package name https://pagure.io/packaging-committee/issue/878 * Wed Apr 10 2019 Tomas Krizek <tomas.krizek@nic.cz> - 20171014-5 - Re-add compat-lua-devel needed for 5.1 build * Thu Apr 04 2019 Tomas Krizek <tomas.krizek@nic.cz> - 20171014-4 - Compatibility patch for GCC 9, fixes BZ#1675333 - Clean up BuildRequires/Requires * Thu Apr 04 2019 Tomas Krizek <tomas.krizek@nic.cz> - 20171014-3 - Change compat package name to compat-lua-cqueues * Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 20171014-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Fri Jan 11 2019 Petr Špaček <petr.spacek@nic.cz> - 20171014-1 - Rebuild for released Fedora/CentOS versions (fedpkg update was missing) * Thu Sep 13 2018 Petr Špaček <petr.spacek@nic.cz> - 20171014-0 - Initial package for Fedora 28+ and EPEL 7