File: control

package info (click to toggle)
libncursesada 6.1.20180127-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 5,192 kB
  • sloc: ada: 10,330; sh: 3,220; makefile: 827; ansic: 662; awk: 45
file content (57 lines) | stat: -rw-r--r-- 1,952 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
Source: libncursesada
Section: libdevel
Priority: optional
Maintainer: Nicolas Boulenguez <nicolas@debian.org>
Build-Depends: debhelper (>= 11),
  autoconf-dickey (>= 2.52+20170501),
  pkg-config,
  gnat, gnat-8,
# This line is parsed by debian/rules.
  dh-ada-library (>= 6.7),
# dh-ada-library >= 6.7 stops requiring -dbg packages.
# gprbuild compatible with gnat-6
  gprbuild (>= 2015-2),
  libncurses-dev, m4
Standards-Version: 4.1.4
Vcs-Browser: http://www.ada-france.org:8081/branch/changes/org.debian.libncursesada
Vcs-Mtn: mtn://www.ada-france.org?org.debian.libncursesada
Homepage: https://invisible-island.net/ncurses

Package: libncursesada6.2.20180127-dev
Architecture: any
Depends: ${misc:Depends}, ${ada:Depends},
  libncurses-dev
Suggests: libncursesada-doc
Description: Ada binding to the ncurses text interface library: development
 NcursesAda allows programmers to use the Ncurses library within the
 Ada language. This means programming panels, colors, forms in text
 terminals or emulators.
 .
 Install this package if you want to write programs that use
 libncursesada.

Package: libncursesada6.2.20180127
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Ada binding to the ncurses text interface library: shared library
 NcursesAda allows programmers to use the Ncurses library within the
 Ada language. This means programming panels, colors, forms in text
 terminals or emulators.
 .
 This package contains the runtime shared library.

Package: libncursesada-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Suggests: gnat
Description: Ada binding to the ncurses text interface library: documentation
 NcursesAda allows programmers to use the Ncurses library within the
 Ada language. This means programming panels, colors, forms in text
 terminals or emulators.
 .
 This package contains the documentation.