File: control

package info (click to toggle)
golang-github-joshuarubin-go-sway 1.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 124 kB
  • sloc: makefile: 3
file content (33 lines) | stat: -rw-r--r-- 1,164 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
30
31
32
33
Source: golang-github-joshuarubin-go-sway
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Maytham Alsudany <maytha8thedev@gmail.com>
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 13),
 dh-golang,
 golang-any,
 golang-go.uber-multierr-dev,
 golang-github-joshuarubin-lifecycle-dev,
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-joshuarubin-go-sway
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-joshuarubin-go-sway.git
Homepage: https://github.com/joshuarubin/go-sway
XS-Go-Import-Path: github.com/joshuarubin/go-sway


Package: golang-github-joshuarubin-go-sway-dev
Architecture: all
Multi-Arch: foreign
Depends:
 golang-go.uber-multierr-dev,
 golang-github-joshuarubin-lifecycle-dev,
 ${misc:Depends},
Description: Sway client for Go (library)
 This package simplifies working with the sway IPC from Go. It was highly
 influenced by https://github.com/i3/go-i3.
 .
 While the i3 and sway IPCs share much in common, they are not identical. This
 package provides the complete sway API.