mirror of
https://github.com/ThomasDickey/ncurses-snapshots.git
synced 2026-01-26 19:09:16 +00:00
23 lines
695 B
Plaintext
23 lines
695 B
Plaintext
Source: ncurses6td
|
|
Section: libdevel
|
|
Priority: optional
|
|
Maintainer: Thomas E. Dickey <dickey@invisible-island.net>
|
|
Homepage: https://invisible-island.net/ncurses/
|
|
Build-Depends: debhelper (>= 7),
|
|
gcc-mingw-w64-i686,
|
|
g++-mingw-w64-i686,
|
|
binutils-mingw-w64-i686
|
|
Standards-Version: 4.6.1.0
|
|
|
|
Package: mingw32-ncurses6td
|
|
Architecture: any
|
|
Conflicts: mingw32-ncurses6
|
|
Provides: mingw32-ncurses6
|
|
Replaces: mingw32-ncurses6
|
|
Depends: ${misc:Depends}
|
|
Description: shared libraries for terminal handling
|
|
The ncurses library routines are a terminal-independent method of
|
|
updating character screens with reasonable optimization.
|
|
.
|
|
This package is used for testing ABI 6 with the MinGW 32-bit port.
|