summaryrefslogtreecommitdiff
path: root/package/debian-mingw64/control
blob: 74e8136a6eebeb0a1dca06bf8779182d80ff1256 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: ncurses6
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-x86-64,
  g++-mingw-w64-x86-64,
  binutils-mingw-w64-x86-64
Standards-Version: 4.6.1.0

Package: mingw64-ncurses6
Architecture: any
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 64-bit port.