Source: golang-github-noborus-guesswidth Section: golang Maintainer: Debian Go Packaging Team Uploaders: Andrew Lee (李健秋) , 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.