Subject: CVS import: pkgsrc/devel/lua-cqueues
From: Alexander Nasonov
Date: 2019-01-26 01:57:56
Message id: 20190126005756.74544FB16@cvs.NetBSD.org

Log Message:
Initial import of devel/lua-cqueues version 20171014.

Stackable Continuation Queues.

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.


Files:
RevisionActionfile
1.1importpkgsrc/devel/lua-cqueues/Makefile
1.1importpkgsrc/devel/lua-cqueues/PLIST
1.1importpkgsrc/devel/lua-cqueues/DESCR
1.1importpkgsrc/devel/lua-cqueues/distinfo
1.1importpkgsrc/devel/lua-cqueues/patches/patch-src_lib_notify.c