File: control

package info (click to toggle)
golang-github-mattn-go-runewidth 0.0.9-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, bullseye-backports
  • size: 172 kB
  • sloc: sh: 9; makefile: 5
file content (26 lines) | stat: -rw-r--r-- 1,028 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
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>
Section: devel
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 12),
               dh-golang (>= 1.17~),
               golang-any,
               unicode-data
Standards-Version: 4.5.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: ${shlibs:Depends},
         ${misc:Depends}
Description: functions to get fixed width of the character or string
 Golang library provinding functions to get fixed width of the character or
 string.