File: control

package info (click to toggle)
golang-github-mkrautz-goar 0.0~git20150919.282caa8-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, buster-backports
  • size: 112 kB
  • sloc: makefile: 2
file content (22 lines) | stat: -rw-r--r-- 896 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
Source: golang-github-mkrautz-goar
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Alexandre Viau <aviau@debian.org>
Build-Depends: debhelper (>= 11),
               dh-golang,
               golang-any
Standards-Version: 4.1.4
Homepage: https://github.com/mkrautz/goar
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-mkrautz-goar
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-mkrautz-goar.git
XS-Go-Import-Path: github.com/mkrautz/goar
Testsuite: autopkgtest-pkg-go

Package: golang-github-mkrautz-goar-dev
Architecture: all
Depends: ${misc:Depends}
Description: library for reading and writing ar archives in Go
 Package ar implements reading and writing of ar archives.
 It supports reading archives in the GNU and BSD formats, but
 only supports writing in the BSD format.