1 | Source: libcaca |
---|
2 | Section: libs |
---|
3 | Priority: optional |
---|
4 | Maintainer: Sam Hocevar (Debian packages) <sam+deb@zoy.org> |
---|
5 | Build-Depends: debhelper (>= 4.0), libncurses5-dev, libslang2-dev, libx11-dev, libimlib2-dev, doxygen, tetex-bin, tetex-extra |
---|
6 | Standards-Version: 3.6.2 |
---|
7 | |
---|
8 | Package: libcaca-dev |
---|
9 | Section: libdevel |
---|
10 | Architecture: any |
---|
11 | Depends: ${shlibs:Depends}, libncurses5-dev, libslang2-dev, libx11-dev |
---|
12 | Description: development files for libcaca |
---|
13 | libcaca is the Colour AsCii Art library. It provides high level functions |
---|
14 | for colour text drawing, simple primitives for line, polygon and ellipse |
---|
15 | drawing, as well as powerful image to text conversion routines. |
---|
16 | . |
---|
17 | This package contains the header files and static libraries needed to |
---|
18 | compile applications or shared objects that use libcaca. |
---|
19 | |
---|
20 | Package: libcucul0 |
---|
21 | Section: libs |
---|
22 | Architecture: any |
---|
23 | Depends: ${shlibs:Depends} |
---|
24 | Description: low-level Unicode character drawing library |
---|
25 | libcaca is the Colour AsCii Art library. It provides high level functions |
---|
26 | for colour text drawing, simple primitives for line, polygon and ellipse |
---|
27 | drawing, as well as powerful image to text conversion routines. |
---|
28 | . |
---|
29 | This package contains the shared library for libcucul, libcaca's |
---|
30 | platform-independent character drawing engine. |
---|
31 | |
---|
32 | Package: libcaca0 |
---|
33 | Section: libs |
---|
34 | Architecture: any |
---|
35 | Depends: ${shlibs:Depends} |
---|
36 | Description: colour ASCII art library |
---|
37 | libcaca is the Colour AsCii Art library. It provides high level functions |
---|
38 | for colour text drawing, simple primitives for line, polygon and ellipse |
---|
39 | drawing, as well as powerful image to text conversion routines. |
---|
40 | . |
---|
41 | This package contains the shared library for libcaca. |
---|
42 | |
---|
43 | Package: caca-utils |
---|
44 | Section: utils |
---|
45 | Architecture: any |
---|
46 | Depends: ${shlibs:Depends} |
---|
47 | Conflicts: libcaca-dev (<= 0.3-1) |
---|
48 | Replaces: libcaca-dev (<= 0.3-1) |
---|
49 | Description: text mode graphics utilities |
---|
50 | This package contains utilities and demonstration programs for libcaca, the |
---|
51 | Colour AsCii Art library. |
---|
52 | . |
---|
53 | cacaview is a simple image viewer for the terminal. It opens most image |
---|
54 | formats such as JPEG, PNG, GIF etc. and renders them on the terminal using |
---|
55 | ASCII art. The user can zoom and scroll the image, set the dithering method |
---|
56 | or enable anti-aliasing. |
---|
57 | . |
---|
58 | cacaball is a tiny graphic program that renders animated ASCII metaballs on |
---|
59 | the screen, cacafire is a port of AALib's aafire and displays burning ASCII |
---|
60 | art flames, cacamoir animates colourful moire circles and cacaplas displays |
---|
61 | an old school plasma effect. |
---|