File: control

package info (click to toggle)
golang-github-atotto-clipboard 0.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 104 kB
  • sloc: makefile: 6
file content (29 lines) | stat: -rw-r--r-- 980 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-atotto-clipboard
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Anthony Fok <foka@debian.org>
Build-Depends: debhelper (>= 11),
               dh-golang,
               golang-any
Standards-Version: 4.2.1
Homepage: https://github.com/atotto/clipboard
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-atotto-clipboard
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-atotto-clipboard.git
XS-Go-Import-Path: github.com/atotto/clipboard
Testsuite: autopkgtest-pkg-go

Package: golang-github-atotto-clipboard-dev
Architecture: all
Depends: ${misc:Depends}
Description: Clipboard for Go
 Provide copying and pasting to the clipboard for Go.
 .
 Platforms:
  * macOS
  * Windows 7 (probably work on other Windows)
  * Linux, Unix (requires 'xclip' or 'xsel' command to be installed)
 .
 Notes:
  * Text string only
  * UTF-8 text encoding only (no conversion)