File: control

package info (click to toggle)
golang-github-jesseduffield-gocui 0.4%2Bgit20250220.b376cb0%2Bdfsg-1.1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 448 kB
  • sloc: makefile: 3
file content (42 lines) | stat: -rw-r--r-- 1,721 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
34
35
36
37
38
39
40
41
42
Source: golang-github-jesseduffield-gocui
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Jongmin Kim <jmkim@debian.org>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
               dh-sequence-golang,
               golang-any,
               golang-github-gdamore-tcell.v2-dev,
               golang-github-go-errors-errors-dev,
               golang-github-mattn-go-runewidth-dev,
               golang-github-rivo-uniseg-dev,
               golang-github-stretchr-testify-dev <!nocheck>
Standards-Version: 4.7.2
Homepage: https://github.com/jesseduffield/gocui
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-jesseduffield-gocui
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-jesseduffield-gocui.git
XS-Go-Import-Path: github.com/jesseduffield/gocui
Testsuite: autopkgtest-pkg-go

Package: golang-github-jesseduffield-gocui-dev
Architecture: all
Depends: ${misc:Depends},
         golang-github-gdamore-tcell.v2-dev,
         golang-github-go-errors-errors-dev,
         golang-github-mattn-go-runewidth-dev,
         golang-github-rivo-uniseg-dev
Description: minimalist console user interfaces Go library
 This package provides the minimalist Go package aimed at creating the
 Console User Interfaces.
 .
 Following features are available:
   * Minimalist API
   * Views (the "windows" in the GUI) implement the interface io.ReadWriter
   * Support for overlapping views
   * The GUI can be modified at runtime (concurrent-safe)
   * Global and view-level keybindings.
   * Mouse support
   * Colored text
   * Customizable edition mode
   * Easy to build reusable widgets, complex layouts