pkgsrc/devel/lua-cqueues/PLIST
alnsn f46d0c6896 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.
2019-01-26 00:57:56 +00:00

19 lines
641 B
Text

@comment $NetBSD: PLIST,v 1.1.1.1 2019/01/26 00:57:56 alnsn Exp $
${LUA_CDIR}/_cqueues.so
${LUA_LDIR}/cqueues.lua
${LUA_LDIR}/cqueues/auxlib.lua
${LUA_LDIR}/cqueues/condition.lua
${LUA_LDIR}/cqueues/dns.lua
${LUA_LDIR}/cqueues/dns/config.lua
${LUA_LDIR}/cqueues/dns/hints.lua
${LUA_LDIR}/cqueues/dns/hosts.lua
${LUA_LDIR}/cqueues/dns/packet.lua
${LUA_LDIR}/cqueues/dns/record.lua
${LUA_LDIR}/cqueues/dns/resolver.lua
${LUA_LDIR}/cqueues/dns/resolvers.lua
${LUA_LDIR}/cqueues/errno.lua
${LUA_LDIR}/cqueues/notify.lua
${LUA_LDIR}/cqueues/promise.lua
${LUA_LDIR}/cqueues/signal.lua
${LUA_LDIR}/cqueues/socket.lua
${LUA_LDIR}/cqueues/thread.lua