aboutsummaryrefslogtreecommitdiff
path: root/binary/lua-zlib-1.2-0.rockspec (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Bump lua-zlib from 1.2 to 1.4 as part of Lua 5.5 support (#1858)Luau Project2026-08-111-39/+0
| | | | | | | * chore(deps): bump lua-zlib to 1.4 * refactor: adjust static lib for `lua-zlib` 1.4 rockspec * refactor(ci): remove unused copy of zlib import lib for MSVC
* tests: run tests on Lua 5.4 and LuaJIT 2.1Hisham Muhammad2022-04-161-1/+1
|
* Changes for building the all-in-one binary with Lua 5.4Hisham Muhammad2022-04-111-1/+1
|
* Experimental Windows cross-compiled binary buildHisham Muhammad2018-07-021-0/+39
This commit consolidates the work that has been ongoing over the last few weeks in producing the single-binary builds of LuaRocks based on the new distribution model described in https://github.com/luarocks/luarocks/wiki/Project:-LuaRocks-new-distribution-model The single-binary build is in a good shape for Linux, it's a work-in-progress for Windows (binaries do build, but some work on the dependencies is still necessary), and is untested in macOS.