File: control

package info (click to toggle)
golang-github-olekukonko-ts 0.0~git20140412.0.ecf753e-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 120 kB
  • sloc: makefile: 3
file content (22 lines) | stat: -rw-r--r-- 897 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
Source: golang-github-olekukonko-ts
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Stephen Gelman <ssgelm@gmail.com>
Build-Depends: debhelper-compat (= 12),
               dh-golang,
               golang-any
Standards-Version: 4.0.0
Homepage: https://github.com/olekukonko/ts
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-olekukonko-ts
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-olekukonko-ts.git
XS-Go-Import-Path: github.com/olekukonko/ts

Package: golang-github-olekukonko-ts-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends}
Multi-Arch: foreign
Description: Simple go library to get Terminal Size
 So Many Implementations do not support windows but ts has full windows
 support. See Documentation (http://godoc.org/github.com/olekukonko/ts)