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
|
Source: golang-github-odeke-em-cli-spinner
Section: devel
Priority: optional
Maintainer: Fernando Ike <fike@midstorm.org>
Build-Depends: debhelper (>= 9),
dh-golang,
golang-go
Standards-Version: 3.9.8
Homepage: https://github.com/odeke-em/cli-spinner
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-go/packages/golang-github-odeke-em-cli-spinner.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-odeke-em-cli-spinner.git
Package: golang-github-odeke-em-cli-spinner-dev
Architecture: all
Depends: ${misc:Depends},
golang-go
Built-Using: ${misc:Built-Using}
Description: Simple spinner library for commandline
Simple spinner for the commandline while your CLI application is working.
A simple example commandline software using this library is the cli-spinner
package.
.
This package contains the spinner library which use in software
developed using golang.
Package: cli-spinner
Architecture: linux-any
Depends: ${misc:Depends}
Description: Simple command line that show a slash spinner
Simple spinner for the commandline while your CLI application is working.
The cli-spinner binary isn't really functional, it's a commandline
example. If you to want use a spinner library in your software, please,
install golang-github-odeke-em-cli-spinner-dev package.
.
This package contains a example binary with spinner slash.
|