Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
 
 
 

35 Zeilen
1.2 KiB

  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), slang1-dev, libimlib2-dev
  6. Standards-Version: 3.6.1.0
  7. Package: libcaca-dev
  8. Section: libdevel
  9. Architecture: any
  10. Depends: ${shlibs:Depends}, slang1-dev
  11. Description: text mode graphics library
  12. libcaca is the Colour AsCii Art library.
  13. .
  14. This package contains the header files and static libraries needed to
  15. compile applications or shared objects that use libcaca.
  16. Package: caca-utils
  17. Section: utils
  18. Architecture: any
  19. Depends: ${shlibs:Depends}
  20. Description: text mode graphics utilities
  21. This package contains utilities and demonstration programs for libcaca, the
  22. Colour AsCii Art library.
  23. .
  24. cacaview is a simple image viewer for the terminal. It opens most image
  25. formats such as JPEG, PNG, GIF etc. and renders them on the terminal using
  26. ASCII art. The user can zoom and scroll the image and set the dithering
  27. method.
  28. .
  29. cacademo is a simple application that shows the libcaca rendering features
  30. such as line and ellipses drawing, triangle filling, and sprite blitting.
  31. .
  32. caca-spritedit is a simple sprite viewer for libcaca.