Source: golang-github-rivo-uniseg Section: golang Priority: optional Maintainer: Debian Go Packaging Team Uploaders: Jongmin Kim , Thorsten Alteholz , Daniel Milde , Rules-Requires-Root: no Build-Depends: debhelper-compat (= 13), dh-golang Build-Depends-Indep: golang-any Standards-Version: 4.5.1 Homepage: https://github.com/rivo/uniseg Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-rivo-uniseg Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-rivo-uniseg.git XS-Go-Import-Path: github.com/rivo/uniseg Testsuite: autopkgtest-pkg-go Package: golang-github-rivo-uniseg-dev Architecture: all Depends: ${misc:Depends}, Description: Unicode Text Segmentation for Go This package provides a tool to iterate over these grapheme clusters. This may be used to determine the number of user-perceived characters, to split strings in their intended places, or to extract individual characters which form a unit. . This package implements the Unicode Text Segmentation according to Unicode Standard Annex #29 (Unicode version 12.0.0).