./devel/lua-cqueues, Stackable Continuation Queues for Lua

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 20200726nb1, Package name: lua54-cqueues-20200726nb1, Maintainer: pkgsrc-users

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.


Required to run:
[security/openssl] [lang/lua53]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 499.667 KB

Version history: (Expand)


CVS history: (Expand)


   2023-10-25 00:11:51 by Thomas Klausner | Files touched by this commit (2298)
Log message:
*: bump for openssl 3
   2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016)
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Could not be committed due to merge conflict:
devel/py-traitlets/distinfo

The following distfiles were unfetchable (note: some may be only fetched
conditionally):

./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
   2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017)
Log message:
devel: Remove SHA1 hashes for distfiles
   2020-08-29 11:23:56 by Nia Alarie | Files touched by this commit (2)
Log message:
lua-cqueues: Update to 20200726

Adds lua 5.4 support.
   2020-07-13 21:45:45 by Alexander Nasonov | Files touched by this commit (8)
Log message:
Reset maintainership for all (no longer) mine packages
   2020-07-11 17:21:23 by Nia Alarie | Files touched by this commit (2)
Log message:
lua-cqueues: Don't try to include sys/epoll.h on SunOS
   2020-07-03 00:06:14 by Nia Alarie | Files touched by this commit (2)
Log message:
lua-cqueues: Update to 20200603

Changes:

- Fix compilation with GCC 10
- Add cqueues.create as non-throwing variant of cqueues.new
   2020-07-02 12:26:19 by Nia Alarie | Files touched by this commit (29)
Log message:
Add 'lua' category to Lua modules.

While here, normalize some packages with strange variable order.