Source: golang-github-leaanthony-go-ansi-parser
Section: golang
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:
 Azeez Syed <azeezalishah@gmail.com>,
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-golang,
 golang-any,
 golang-github-matryer-is-dev,
 golang-github-rivo-uniseg-dev,
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.7.4
Vcs-Browser: https://salsa.debian.org/azeezalishah/golang-github-leaanthony-go-ansi-parser
Vcs-Git: https://salsa.debian.org/azeezalishah/golang-github-leaanthony-go-ansi-parser.git
Homepage: https://github.com/leaanthony/go-ansi-parser
XS-Go-Import-Path: github.com/leaanthony/go-ansi-parser

Package: golang-github-leaanthony-go-ansi-parser-dev
Architecture: all
Multi-Arch: foreign
Depends:
 golang-github-rivo-uniseg-dev,
 ${misc:Depends},
Description: Go library for parsing ANSI escape codes in strings
 go-ansi-parser converts strings containing ANSI escape codes into a slice
 of structs representing styled text segments. It supports ANSI 16, 256
 and TrueColor, all common styles (bold, italic, underline, etc.), and
 provides truncation and length calculation that correctly handles emojis
 and grapheme clusters.
