Source: golang-github-saracen-fastzip Section: golang Priority: optional Maintainer: Debian Go Packaging Team Uploaders: Simon Josefsson , Rules-Requires-Root: no Build-Depends: debhelper-compat (= 13), dh-sequence-golang, golang-any, golang-github-klauspost-compress-dev, golang-github-saracen-zipextra-dev, golang-github-stretchr-testify-dev, golang-golang-x-sync-dev, golang-golang-x-sys-dev, Testsuite: autopkgtest-pkg-go Standards-Version: 4.7.0 Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-saracen-fastzip Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-saracen-fastzip.git Homepage: https://github.com/saracen/fastzip XS-Go-Import-Path: github.com/saracen/fastzip Package: golang-github-saracen-fastzip-dev Architecture: all Multi-Arch: foreign Depends: golang-github-klauspost-compress-dev, golang-github-saracen-zipextra-dev, golang-github-stretchr-testify-dev, golang-golang-x-sync-dev, golang-golang-x-sys-dev, ${misc:Depends}, Description: opinionated Zip archiver with a focus on speed (Go library) Fastzip is an opinionated Zip archiver and extractor with a focus on speed. . * Archiving and extraction of files and directories can only occur within a specified directory. * Permissions, ownership (uid, gid on linux/unix) and modification times are preserved. * Buffers used for copying files are recycled to reduce allocations. * Files are archived and extracted concurrently. * By default, the excellent github.com/klauspost/compress/flate (https://github.com/klauspost/compress) library is used for compression and decompression. . This package contains the Go development library.