Wed, 19 Jun 2024 19:33:17 UTC | login

Information for build lua-cqueues-20171014-0.fc30

ID83019
Package Namelua-cqueues
Version20171014
Release0.fc30
Epoch
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
StartedSat, 08 Dec 2018 12:57:09 UTC
CompletedSat, 08 Dec 2018 13:16:48 UTC
Taskbuild (f30-candidate, lua-cqueues-20171014-0.fc30.src.rpm)
Tags
f30
f31
RPMs
src
lua-cqueues-20171014-0.fc30.src.rpm (info) (download)
noarch
lua-cqueues-doc-20171014-0.fc30.noarch.rpm (info) (download)
riscv64
lua-cqueues-20171014-0.fc30.riscv64.rpm (info) (download)
lua-cqueues-compat-20171014-0.fc30.riscv64.rpm (info) (download)
lua-cqueues-compat-debuginfo-20171014-0.fc30.riscv64.rpm (info) (download)
lua-cqueues-debuginfo-20171014-0.fc30.riscv64.rpm (info) (download)
lua-cqueues-debugsource-20171014-0.fc30.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Thu Sep 13 2018 Petr Špaček <petr.spacek@nic.cz> - 20171014-0 - Initial package for Fedora 28+ and EPEL 7