## Description @gvvaughan Install failure running the following command: `luarocks install std.strict` > [!NOTE] > > Tested with: > > * Lua 5.4 and LuaRocks 3.11.0 > * Lua 5.5 and LuaRocks 3.13.0 ## Reason The reason for the failure is that the file `lib/std/strict/version.lua` is missing in the `.src.rock` uploaded to LuaRocks: ```bash wget https://luarocks.org/manifests/gvvaughan/std.strict-1.4.1-1.src.rock unzip std.strict-1.4.1-1.src.rock unzip v1.4.1.zip find strict-1.4.1/ ``` This file is also missing in the released tarball ([https://github.com/lua-stdlib/strict/archive/refs/tags/v1.4.1.tar.gz](https://github.com/lua-stdlib/strict/archive/refs/tags/v1.4.1.tar.gz))
Description
@gvvaughan
Install failure running the following command:
luarocks install std.strictNote
Tested with:
Reason
The reason for the failure is that the file
lib/std/strict/version.luais missing in the.src.rockuploaded to LuaRocks:This file is also missing in the released tarball (https://github.com/lua-stdlib/strict/archive/refs/tags/v1.4.1.tar.gz)