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
|
Source: golang-github-shenwei356-xopen
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Andreas Tille <tille@debian.org>
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends:
debhelper-compat (= 13),
dh-golang,
golang-any,
golang-github-dsnet-compress-dev,
golang-github-klauspost-compress-dev,
golang-github-klauspost-pgzip-dev,
golang-github-ulikunitz-xz-dev,
golang-gopkg-check.v1-dev <!nocheck>,
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-shenwei356-xopen
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-shenwei356-xopen.git
Homepage: https://github.com/shenwei356/xopen
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/shenwei356/xopen
Package: golang-github-shenwei356-xopen-dev
Architecture: all
Depends:
golang-github-dsnet-compress-dev,
golang-github-klauspost-compress-dev,
golang-github-klauspost-pgzip-dev,
golang-github-ulikunitz-xz-dev,
${misc:Depends},
Description: open files for buffered reading and writing in Go (library)
Xopen makes it easy to get buffered (possibly gzipped) readers and
writers. and close all of the associated files. Ropen opens a file
for reading. Wopen opens a file for writing. Both will use gzip when
appropriate and will use buffered IO.
|