Source: golang-github-rockorager-go-uucode
Section: golang
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Nilesh Patra <nilesh@debian.org>,
Build-Depends: debhelper-compat (= 14),
               dh-sequence-golang,
               golang-any,
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.7.4
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-rockorager-go-uucode
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-rockorager-go-uucode.git
Homepage: https://github.com/rockorager/go-uucode
XS-Go-Import-Path: github.com/rockorager/go-uucode

Package: golang-github-rockorager-go-uucode-dev
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
Description: fast unicode operations in go (library)
 go-uucode is a small Go Unicode segmentation and width package inspired
 by Jacob Sandlund's excellent uucode
 (https://github.com/jacobsandlund/uucode). Jacob's Zig implementation
 does the hard architectural work here: generated Unicode tables, compact
 property rows, and a fast staged lookup strategy. This package ports
 that table-first approach to Go.
 .
 It provides:
 .
  * extended grapheme cluster iteration over Go strings
  * UAX #14 line break opportunity iteration over Go strings
  * grapheme-aware terminal cell width with StringWidth
  * typed lookup APIs for generated Unicode category, break, binary,
    emoji, width, and case properties
  * no runtime UCD parser, cache, or fallback path
