Port variant | standard |
Summary | Bare libuv bindings for lua |
Package version | 1.43.0.0 |
Homepage | https://github.com/luvit/luv |
Keywords | lang |
Maintainer | nobody |
License | APACHE20 |
Other variants | There are no other variants. |
Ravenports | Buildsheet | History |
Ravensource | Port Directory | History |
Last modified | 27 MAR 2022, 04:34:58 UTC |
Port created | 09 OCT 2019, 20:59:14 UTC |
single | The luv library is libuv bindings for luajit and lua 5.1/ 5.2/ 5.3. 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. |
Build (only) | cmake:single:standard |
Build and Runtime |
libuv:single:standard luajit-openresty:single:standard |
main | mirror://GITHUB/luvit:luv:1.43.0-0 |
compat | mirror://GITHUB/keplerproject:lua-compat-5.3:bc91f40:deps/lua-compat-5.3 |
neovim:standard | Next generation Vim |