Also, there is a new rockspec contributed by Thiago de Arruda of NeoVim fame that doesn't use cmake and assumes you'll bring your own dependencies (libuv, lua, etc).
https://github.com/luvit/luv/commit/146f1ce4c08c3b67f604c9ee1e124b1cf5c15cf3 Some of you might find this useful if you just want to use luv and already have custom built lua and libuv. On Thu, Apr 7, 2016 at 2:10 PM, Tim Caswell <[email protected]> wrote: > With the upstream release of libuv v1.9.0 this morning, I've updated luv > to bind to the new functions (and a couple from older releases I missed). > The new luv is published to github and luarocks. > > - Updated upstream libuv to v1.9.0 > - Add bindings for uv.os_tmpdir() > - Add bindings for uv.os_get_passwd() > - Add bindings for uv.print_all_handles() > - Add bindings for uv.print_active_handles() > - Expose uv_tcp_init_ex and uv_udp_init_ex through optional flags field. > - Add flag options for UV_DISCONNET to poll interface. > - Bump luarocks version to v1.9.0-0 > > https://github.com/luvit/luv/releases/tag/1.9.0-0 > http://luarocks.org/modules/creationix/luv/1.9.0-0 > > Updated luvi release with binaries coming soon... > > -Tim Caswell > -- You received this message because you are subscribed to the Google Groups "luvit" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
