lua-archive
lua-archive copied to clipboard
libarchive integration with Lua so you can read and write tarballs from Lua.
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.