File: control

package info (click to toggle)
libarr 0.1-52
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 368 kB
  • ctags: 400
  • sloc: ansic: 2,108; makefile: 139; sh: 13
file content (28 lines) | stat: -rw-r--r-- 988 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
Source: libarr
Section: libs
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Standards-Version: 3.1.1
Build-Depends: automaken, autoconf, libtool, gettext, debhelper

Package: libarr-dev
Architecture: any
Section: libdevel
Depends: libarr0 (= ${Source-Version}), libc6-dev
Description: a small, fast console drawing library
 libarr is a small and fast console management library.
 It was intended to replace the drawing functionality of
 SLang as used in libctk.  It stores up writes, and then 
 does them all at once by only writing the difference
 to the screen (thereby eliminating flicker).

Package: libarr0
Architecture: any
Section: libs
Depends: ${shlibs:Depends}
Description: a small, fast console drawing library
 libarr is a small and fast console management library.
 it was intended to replace the drawing functionality of
 SLang as used in libctk.  It stores up writes, and then 
 does them all at once by only writing the difference
 to the screen.