Currently, due to BUILD_MODULE being disabled via CMake, dev-lua/luv does not install any Lua module to $(lua_get_cmod_dir). I need this to package (in my overlay) https://github.com/teal-language/teal-language-server, which requires the luv module. Others might also need to use it as a module. With -DBUILD_MODULE=ON, it works fine for me, but it installs the module only for the selected LUA_SINGLE_TARGET. I think it could be installed for multiple targets since luv.so depends only on libuv.so and libc.so.