File: control

package info (click to toggle)
golang-github-shenwei356-xopen 0.0~git20181203.f4f16dd-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 72 kB
  • sloc: makefile: 6
file content (28 lines) | stat: -rw-r--r-- 1,201 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
Source: golang-github-shenwei356-xopen
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Andreas Tille <tille@debian.org>
Section: devel
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               golang-github-klauspost-pgzip-dev,
               golang-gopkg-check.v1-dev
Standards-Version: 4.5.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-klauspost-pgzip-dev,
         golang-gopkg-check.v1-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.