1. lbase64 In repository version works only with Lua 5.1 but has `lua >= 5.1` I wrote 2 rockspec. but I do not know what version lbase64 so i just set it to 0.1 * Lua 5.1 - https://raw.github.com/moteus/ZipWriter/master/deps/lbase64-0.1-1.rockspec * Lua 5.2 - https://raw.github.com/moteus/ZipWriter/master/deps/lbase64-0.1-2.rockspec
2. struct 1.4 Work with Lua 5.2 and add `size` function https://raw.github.com/moteus/ZipWriter/master/deps/struct-1.4-1.rockspec 3. lzlib 0.4.work3 This is not original `0.4.work3` version. See https://github.com/LuaDist/lzlib Work with Lua 5.2 https://github.com/moteus/ZipWriter/blob/master/deps/lzlib-0.4.work3-1.rockspec 4. luacrypto 0.3.2 Work with Lua 5.2 I wrote my own rockspec which doesn't use `make`. I do that because of original rockspec didn't work on Windows. I create pull request on github, so may be we should wait? I test this rockspec on Windows with MSVC/MinGW and on travis. https://raw.github.com/moteus/luacrypto/moteus-rockspec/rockspecs/luacrypto-0.3.2-1.rockspec 5. vararg ! this is not official repo ! I create fork of vararg library on github. May be someone can help contact with author and send my fixes. Fix. Support Lua 5.2 Fix. Pure lua and c modules are compatible with each other * c module - https://raw.github.com/moteus/lua-vararg/master/rockspecs/vararg-1.1.patch1-1.rockspec * Pure lua module - https://raw.github.com/moteus/lua-vararg/master/rockspecs/vararg-lua-1.1.patch1-1.rockspec ------------------------------------------------------------------------------ This SF.net email is sponsored by Windows: Build for Windows Store. http://p.sf.net/sfu/windows-dev2dev _______________________________________________ Luarocks-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/luarocks-developers
