lua-cqueues 20190813-1 source package in Ubuntu

Changelog

lua-cqueues (20190813-1) unstable; urgency=low

  * New upstream version 20190813
    - Fix compilation in GCC 9 (Closes: #925772)
  * debian/control: update Vcs URLs to salsa
  * Add debian/salsa-ci.yml
  * Add myself to Uploaders
  * Bump Standards-Version to 4.5.0. No changes needed

 -- Santiago Ruano Rincón <email address hidden>  Tue, 28 Jan 2020 11:46:11 +0100

Upload details

Uploaded by:
Ondřej Surý
Uploaded to:
Sid
Original maintainer:
Ondřej Surý
Architectures:
any
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Downloads

File Size SHA-256 Checksum
lua-cqueues_20190813-1.dsc 1.4 KiB 7e8a9b5f6b0385b85910881c05be4e2407a003f67f4a1060d536c1c3ece49be3
lua-cqueues_20190813.orig.tar.xz 424.3 KiB ede52aecbd3ec37dbb5e001713f0321d58bce943ed7394136f49f8c38d92e18a
lua-cqueues_20190813-1.debian.tar.xz 3.6 KiB 6561c6fcc0d074e2a80561dc18cd58a5a772d35cf6a3f123f3b04bdddb67c746

No changes file available.

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: No summary available for lua-cqueues-dbgsym in ubuntu groovy.

No description available for lua-cqueues-dbgsym in ubuntu groovy.

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.