File: control

package info (click to toggle)
golang-github-abeconnelly-autoio 0.0~git20150803.989b7b0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 34,224 kB
  • sloc: makefile: 3
file content (23 lines) | stat: -rw-r--r-- 979 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Source: golang-github-abeconnelly-autoio
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Michael R. Crusoe <crusoe@debian.org>
Section: devel
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-golang
Build-Depends-Indep: golang-any
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-abeconnelly-autoio
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-abeconnelly-autoio.git
Homepage: https://github.com/abeconnelly/autoio
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/abeconnelly/autoio

Package: golang-github-abeconnelly-autoio-dev
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: functions that provide standard scanner interfaces for compressed files
 autoio.go A lightweight (and work in progress) Go library to provide
 a simple interface to use compressed files like you use normal files.