File: control

package info (click to toggle)
golang-github-aymanbagabas-go-osc52-v2 2.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 96 kB
  • sloc: makefile: 3
file content (24 lines) | stat: -rw-r--r-- 1,026 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
Source: golang-github-aymanbagabas-go-osc52-v2
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Francisco Vilmar Cardoso Ruviaro <vilmar@debian.org>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
               dh-sequence-golang,
               golang-any
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-aymanbagabas-go-osc52-v2
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-aymanbagabas-go-osc52-v2.git
Homepage: https://github.com/aymanbagabas/go-osc52
XS-Go-Import-Path: github.com/aymanbagabas/go-osc52/v2

Package: golang-github-aymanbagabas-go-osc52-v2-dev
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: Golang terminal ANSI OSC52 wrapper
 A terminal Go library to copy text to clipboard from anywhere.
 It does so using ANSI OSC52. The Copy() function defaults to
 copying text from terminals running locally.