It seems like there are lots of free lua libraries. But they are not pure lua files. So it seems you should have to write some plugin to use them. http://www.keplerproject.org/luazip/ I didn't dig so much so maybe there is some way without plugin:D
There was a pure library for tar extraction written for another framework a while ago, one of the issue with a pure Lua library is speed. So to get some usable speeds, you might require native code or C.
On the first look http://www.keplerproject.org/luazip/ seems like the right way If many of you guys are interested, I can play with it as a Gideros plugin cause right now I can't tell if it will work or not because of dependencies on 3rd party libraries
The fact is that I need to extract. This is an interesting feature to generate upgrade packages for games/applications. I think that would be a useful plugin for Gideros. I'm interested in helping or creates it, but I miss a detailed documentation to make multiplatform plugins.
Comments
http://www.keplerproject.org/luazip/
I didn't dig so much so maybe there is some way without plugin:D
Author of Learn Lua for iOS Game Development from Apress ( http://www.apress.com/9781430246626 )
Cool Vizify Profile at https://www.vizify.com/oz-apps
If many of you guys are interested, I can play with it as a Gideros plugin cause right now I can't tell if it will work or not because of dependencies on 3rd party libraries
However since Danny is shutting shop, it might not be available any more at this link.
Author of Learn Lua for iOS Game Development from Apress ( http://www.apress.com/9781430246626 )
Cool Vizify Profile at https://www.vizify.com/oz-apps
Likes: OZApps