File: control

package info (click to toggle)
golang-github-mitchellh-go-wordwrap 0.0~git20150314.0.ad45545-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch, stretch-backports
  • size: 68 kB
  • ctags: 4
  • sloc: makefile: 2
file content (18 lines) | stat: -rw-r--r-- 908 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Source: golang-github-mitchellh-go-wordwrap
Section: devel
Priority: extra
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Peter Colberg <peter@colberg.org>
Build-Depends: debhelper (>= 10), dh-golang (>= 1.10~), golang-any
Standards-Version: 3.9.8
Homepage: https://github.com/mitchellh/go-wordwrap
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-mitchellh-go-wordwrap.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-mitchellh-go-wordwrap.git
XS-Go-Import-Path: github.com/mitchellh/go-wordwrap

Package: golang-github-mitchellh-go-wordwrap-dev
Architecture: all
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Go package for wrapping words into multiple lines
 This package wraps words to limit the line length to a given number
 of characters, which is useful to format output in console programs.