File: control

package info (click to toggle)
golang-github-mattn-go-runewidth 0.0.16-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental, forky, sid, trixie
  • size: 184 kB
  • sloc: makefile: 5
file content (29 lines) | stat: -rw-r--r-- 1,161 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
Source: golang-github-mattn-go-runewidth
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Dmitry Smirnov <onlyjob@debian.org>,
           Tim Potter <tpot@hpe.com>,
           Anthony Fok <foka@debian.org>,
           Nick Morrott <nickm@debian.org>
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-sequence-golang,
               golang-any,
               golang-github-rivo-uniseg-dev,
               unicode-data (>= 15.1.0)
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-mattn-go-runewidth
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-mattn-go-runewidth.git
Homepage: https://github.com/mattn/go-runewidth
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/mattn/go-runewidth

Package: golang-github-mattn-go-runewidth-dev
Architecture: all
Depends: golang-github-rivo-uniseg-dev,
         ${misc:Depends}
Multi-Arch: foreign
Description: functions to get fixed width of the character or string
 Golang library provinding functions to get fixed width of the character or
 string.