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
|
Source: libncursesada
Section: libdevel
Priority: extra
Maintainer: Nicolas Boulenguez <nicolas@debian.org>
Build-Depends: dpkg-dev (>= 1.16.1), debhelper (>= 9),
# dpkg-dev >= 1.16.1 provides /usr/share/dpkg/default.mk.
autotools-dev, autoconf-dickey,
pkg-config,
gnat, gnat-6,
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: 3.9.8
Vcs-Browser: http://www.ada-france.org:8081/branch/changes/org.debian.libncursesada
Vcs-Mtn: www.ada-france.org org.debian.libncursesada
Homepage: http://invisible-island.net/ncurses
Package: libncursesada4-dev
Architecture: any
Depends: ${misc:Depends}, ${ada:Depends},
libncurses-dev
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: libncursesada4
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
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.
|