Posted 24 June 2014 - 10:18 PM
Unarchiving zip files is not something that is easily done. Zip supports a wide variety of algorithms and it's pretty complicated. Plus if users implemented it themselves in lua, it'd be very slow. I think we need a zip library that's based on Java's zip library for things that can't be so easily done through complex pastebin downloads. For example, JVML-JIT will need to distribute .class files, which can't be uploaded to pastebin. It'd be best if we could just upload a jar file to github releases and use a zip library to use jars in the classpath.