slackbuilds/libraries/lua-luv
B. Watson 8c8959daa0
libraries/lua-luv: Bump BUILD for new luajit.
Signed-off-by: B. Watson <urchlay@slackware.uk>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2024-11-16 16:41:18 +07:00
..
README
lua-luv.SlackBuild libraries/lua-luv: Bump BUILD for new luajit. 2024-11-16 16:41:18 +07:00
lua-luv.info
slack-desc

README

This library makes libuv available to lua scripts. It was made for the
luvit project but should usable from nearly any lua project.

The library can be used by multiple threads at once. Each thread
is assumed to load the library from a different lua_State. Luv will
create a unique uv_loop_t for each state. You can't share uv handles
between states/loops.