folke.lazy.nvim/lua/lazy/pkg
Spencer Gray 284c7fe82b fix(rockspec): Check for Lua 5.1 header files.
Previously, rockspec.lua checked if Lua 5.1 was installed to determine
if LuaRocks could build packages for Lua 5.1. This was not sufficient
since the Lua version does not matter as long as the development headers
for Lua 5.1 are available. So Lua 5.1 could be installed and the
LuaRocks packages could still fail to install.

Note: this also checks if a suitable version of Lua is installed since
      the command will fail if Lua is not installed at all.
2025-07-23 10:00:28 -04:00
..
init.lua feat(rocks): simple rockspecs are now fully resolved by lazy without luarocks. See #1548 2024-06-25 20:53:42 +02:00
lazy.lua fix(pkg): versioning and reload specs when pkg-cache is dirty 2024-06-24 17:15:10 +02:00
packspec.lua feat: added support for plugin packages by lazy, rockspec and packspec 2024-06-24 17:15:10 +02:00
rockspec.lua fix(rockspec): Check for Lua 5.1 header files. 2025-07-23 10:00:28 -04:00