Source: golang-github-mitchellh-go-wordwrap Section: golang Priority: optional Maintainer: Debian Go Packaging Team Uploaders: Peter Colberg , Build-Depends: debhelper-compat (= 13), dh-golang, golang-any Standards-Version: 4.5.1 Homepage: https://github.com/mitchellh/go-wordwrap Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-mitchellh-go-wordwrap Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-mitchellh-go-wordwrap.git XS-Go-Import-Path: github.com/mitchellh/go-wordwrap Rules-Requires-Root: no Testsuite: autopkgtest-pkg-go Package: golang-github-mitchellh-go-wordwrap-dev Architecture: all Depends: ${misc:Depends}, ${shlibs:Depends}, Multi-Arch: foreign 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.