lua-cqueues 20200726-1build2 source package in Ubuntu

Changelog

lua-cqueues (20200726-1build2) noble; urgency=medium

  * No-change rebuild against libssl3t64

 -- Steve Langasek <email address hidden>  Mon, 04 Mar 2024 19:57:28 +0000

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
lua-cqueues_20200726.orig.tar.xz 426.2 KiB 25507b079e825ef8644039f4c2d10f9aec6f02bb1af5a1b4c47d7e5f275d1bbe
lua-cqueues_20200726-1build2.debian.tar.xz 3.9 KiB 6da3047c41d4118c9c8a2a0686d485c26630ccd4cec04b591221588977756b6c
lua-cqueues_20200726-1build2.dsc 2.2 KiB be93a59cd03bb30fee5194bba19a942765b108d4ed54f9dc90cfdcf3065ab3da

View changes file

Binary packages built by this source

lua-cqueues: event loop for Lua

 cqueues is a type of event loop for Lua, except it's not a classic
 event loop. It doesn't use callbacks—neither as part of the API nor
 internally—but instead you communicate with an event controller by
 the yielding and resumption of Lua coroutines using objects that
 adhere to a simple interface.

lua-cqueues-dbgsym: debug symbols for lua-cqueues
lua-cqueues-dev: event loop for Lua (development package)

 cqueues is a type of event loop for Lua, except it's not a classic
 event loop. It doesn't use callbacks—neither as part of the API nor
 internally—but instead you communicate with an event controller by
 the yielding and resumption of Lua coroutines using objects that
 adhere to a simple interface.