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 43 44 45 46 47 48
|
Source: libsixel
Priority: extra
Maintainer: NOKUBI Takatsugu <knok@daionet.gr.jp>
Build-Depends: debhelper (>= 8.0.0), autotools-dev
Standards-Version: 3.9.6
Section: libs
Homepage: https://github.com/saitoha/libsixel
#Vcs-Git: git://git.debian.org/collab-maint/libsixel.git
#Vcs-Browser: http://git.debian.org/?p=collab-maint/libsixel.git;a=summary
Package: libsixel-dev
Section: libdevel
Architecture: any
Depends: libsixel1 (= ${binary:Version}), ${misc:Depends}
Description: DEC SIXEL graphics codec implementation (develop)
SIXEL is one of image formats for printer and terminal imaging
introduced by Digital Equipment Corp. (DEC). Its data scheme is
represented as a terminal-friendly escape sequence.
So if you want to view a SIXEL image file, all you have to do
is "cat" it to your terminal.
.
The package is for development.
Package: libsixel1
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: DEC SIXEL graphics codec implementation (runtime)
SIXEL is one of image formats for printer and terminal imaging
introduced by Digital Equipment Corp. (DEC). Its data scheme is
represented as a terminal-friendly escape sequence.
So if you want to view a SIXEL image file, all you have to do
is "cat" it to your terminal.
.
The package is for runtime.
Package: libsixel-bin
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: DEC SIXEL graphics codec implementation (binary)
SIXEL is one of image formats for printer and terminal imaging
introduced by Digital Equipment Corp. (DEC). Its data scheme is
represented as a terminal-friendly escape sequence.
So if you want to view a SIXEL image file, all you have to do
is "cat" it to your terminal.
.
The package contains execution binaries.
|