File: control

package info (click to toggle)
golang-github-rivo-uniseg 0.4.7-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental, sid, trixie
  • size: 4,516 kB
  • sloc: makefile: 2
file content (35 lines) | stat: -rw-r--r-- 1,242 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Source: golang-github-rivo-uniseg
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:
 Jongmin Kim <jmkim@pukyong.ac.kr>,
 Thorsten Alteholz <debian@alteholz.de>,
 Daniel Milde <daniel@milde.cz>,
 Anthony Fok <foka@debian.org>,
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-golang
Build-Depends-Indep:
 golang-any (>= 2:1.18~)
Standards-Version: 4.7.0
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
Multi-Arch: foreign
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).