Name: | lua-cqueues |
---|---|
Version: | 20190813 |
Release: | 3.el7 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 391232 |
License: | MIT |
RPM: | lua-cqueues-20190813-3.el7.x86_64.rpm |
Source RPM: | lua-cqueues-20190813-3.el7.src.rpm |
Build Date: | Mon Mar 09 2020 |
Build Host: | x86-ol7-builder-03.us.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/wahern/cqueues |
Summary: | Stackable Continuation Queues for the Lua Programming Language |
Description: | cqueues 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. |
- Add patch to mark cqueues__poll as extern
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
- Make spec EPEL8 compatible - Update to latest upstream version, BZ#1735765
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
- Use lua5.1-cqueues for Lua 5.1 package name https://pagure.io/packaging-committee/issue/878
- Re-add compat-lua-devel needed for 5.1 build
- Compatibility patch for GCC 9, fixes BZ#1675333 - Clean up BuildRequires/Requires
- Change compat package name to compat-lua-cqueues
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
- Rebuild for released Fedora/CentOS versions (fedpkg update was missing)