Source: golang-github-starry-s-zip Section: golang Maintainer: Debian Go Packaging Team Uploaders: Andrew Lee (李健秋) , Build-Depends: debhelper-compat (= 13), dh-sequence-golang, dpkg-build-api (= 1), golang-any, Testsuite: autopkgtest-pkg-go Standards-Version: 4.7.4 Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-starry-s-zip Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-starry-s-zip.git Homepage: https://github.com/STARRY-S/zip XS-Go-Import-Path: github.com/STARRY-S/zip Package: golang-github-starry-s-zip-dev Architecture: all Multi-Arch: foreign Depends: ${misc:Depends}, Description: Go archive/zip library with append (updater) support This package contains a fork of the standard archive/zip Go library. . It adds a new updater that allows appending new files to the existing zip archive without having to decompress the entire-file and allows overwriting of existing files stored in the zip archive.