File: control

package info (click to toggle)
aca 0.1.6
  • links: PTS
  • area: main
  • in suites: woody
  • size: 492 kB
  • ctags: 569
  • sloc: ansic: 4,254; sh: 2,237; makefile: 256
file content (23 lines) | stat: -rw-r--r-- 839 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
Source: aca
Section: libs
Priority: optional
Maintainer: RISKO Gergely <risko@debian.org>
Build-Depends: debhelper (>> 2.0.0), libgpmg1-dev [!hurd-i386], libncurses5-dev, gettext
Standards-Version: 3.2.1

Package: libaca-dev
Section: devel
Architecture: any
Depends: libaca0 (= ${Source-Version}), libc6-dev
Description: The Advanced nCurses Api
 ACA is a very ease to programming ncurses api, you can simply make
 buttons, menus, choices, file selection, etc. This is the package
 which contains runtime libraries. If you want to see a great ACA
 application, then please install KIM.

Package: libaca0
Architecture: any
Depends: ${shlibs:Depends}
Description: The Advanced nCurses Api -- development files
 This is the files for ACA which are needed to compile binaries
 from sources. There aren't any documentations, only examples yet.