Source: golang-github-noborus-guesswidth
Section: golang
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Andrew Lee (李健秋) <ajqlee@debian.org>,
Build-Depends: debhelper-compat (= 13),
               dh-sequence-golang,
               dpkg-build-api (= 1),
               golang-any,
               golang-github-rivo-uniseg-dev,
               golang-github-spf13-cobra-dev,
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.7.4
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-noborus-guesswidth
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-noborus-guesswidth.git
Homepage: https://github.com/noborus/guesswidth
XS-Go-Import-Path: github.com/noborus/guesswidth

Package: golang-github-noborus-guesswidth-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-github-rivo-uniseg-dev,
         golang-github-spf13-cobra-dev,
         ${misc:Depends},
Description: measure and estimate terminal column widths for layout formatting
 The guesswidth provides algorithmic column scanning tools designed to
 determine the visual boundaries of plaintext data grids.
 .
 It parses tabular string layouts and command output streams to identify
 spacing breaks and guess fixed column widths automatically without
 explicit delimiter definitions.
