Skip to content
  • Josh Dolitsky's avatar
    Add ArchiveFromIndex and ParsePackage methods · ba3ad992
    Josh Dolitsky authored and Kevin Daudt's avatar Kevin Daudt committed
    
    
    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 initial version of this code.
    
    Signed-off-by: default avatarJosh Dolitsky <josh@dolit.ski>
    ba3ad992