lua-archive icon indicating copy to clipboard operation
lua-archive copied to clipboard

libarchive integration with Lua so you can read and write tarballs from Lua.

Results 4 lua-archive issues
Sort by recently updated
recently updated
newest added

This is the problem: ``` $ make Scanning dependencies of target cmod_archive [ 16%] Building C object CMakeFiles/cmod_archive.dir/ar.c.o /home/miqueas/Downloads/Compressed/lua-archive-master/ar.c: In function ‘luaopen_archive’: /home/miqueas/Downloads/Compressed/lua-archive-master/ar.c:42:12: error: unknown type name ‘lua_reg’ static lua_reg...

compatible with lua51 and above; port to libarchive 3.0; fix some BUG;

Lua 5.2 and 5.3 support, as well as porting to libarchive 3.0. Untested.