Wed, 19 Jun 2024 19:21:39 UTC | login

Information for build lua-cqueues-20171014-7.fc31

ID119944
Package Namelua-cqueues
Version20171014
Release7.fc31
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/lua-cqueues.git#34d966adac9b56279cc78d1c3b2503986acae4c5
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
StartedThu, 08 Aug 2019 01:06:06 UTC
CompletedThu, 08 Aug 2019 01:49:35 UTC
Taskbuild (f31-candidate, /rpms/lua-cqueues.git:34d966adac9b56279cc78d1c3b2503986acae4c5)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/lua-cqueues.git#34d966adac9b56279cc78d1c3b2503986acae4c5'}}
Tags
f31
f32
f33
RPMs
src
lua-cqueues-20171014-7.fc31.src.rpm (info) (download)
noarch
lua-cqueues-doc-20171014-7.fc31.noarch.rpm (info) (download)
riscv64
lua-cqueues-20171014-7.fc31.riscv64.rpm (info) (download)
lua5.1-cqueues-20171014-7.fc31.riscv64.rpm (info) (download)
lua-cqueues-debuginfo-20171014-7.fc31.riscv64.rpm (info) (download)
lua-cqueues-debugsource-20171014-7.fc31.riscv64.rpm (info) (download)
lua5.1-cqueues-debuginfo-20171014-7.fc31.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
root.log
state.log
Changelog * 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