File: control

package info (click to toggle)
golang-github-saracen-fastzip 0.1.11-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 176 kB
  • sloc: makefile: 2
file content (51 lines) | stat: -rw-r--r-- 1,754 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
Source: golang-github-saracen-fastzip
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:
 Simon Josefsson <simon@josefsson.org>,
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.