Skip to content

Add ArchiveFromIndex and ParsePackage methods

Josh Dolitsky requested to merge jdolitsky/go:archive-from-index-submit into master

Extend functionality of this library in order to generate the contents of an APKINDEX.tar.gz file from an ApkIndex struct (ArchiveFromIndex), as well as parse the raw contents of a .apk package into a Package struct (ParsePackage).

Many thanks and credit to my coworkers Ariadne and Carlos who put together the initial version of this code.

Merge request reports