lua-language-server icon indicating copy to clipboard operation
lua-language-server copied to clipboard

[Suggestion]: Publish to luarocks

Open vhyrro opened this issue 1 year ago • 2 comments

Hi,

Has publishing luals to luarocks ever been on the radar/considered? With a custom luarocks build step it shouldn't be too complicated to invoke ninja to perform the build process and produce some output binaries.

The main benefit of publishing this to luarocks would be type checking and versioning. A Lua project could pull in the language server with whatever version it pleases in its test_dependencies and perform automated type checking on its codebase whenever luarocks test is invoked.

Thanks!

vhyrro avatar Sep 17 '24 12:09 vhyrro