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 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115
|
Source: mingw-w64
Maintainer: Stephen Kitt <skitt@debian.org>
Section: devel
Priority: optional
Build-Depends: debhelper-compat (= 13),
Build-Depends-Indep: gcc-mingw-w64-bootstrap <stage1>,
gcc-mingw-w64-i686 <!stage1>,
gcc-mingw-w64-ucrt64 <!stage1>,
gcc-mingw-w64-x86-64 <!stage1>,
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/mingw-w64-team/mingw-w64
Vcs-Git: https://salsa.debian.org/mingw-w64-team/mingw-w64.git
Homepage: http://mingw-w64.sf.net
Rules-Requires-Root: no
Package: mingw-w64-common
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: Common files for Mingw-w64
MinGW-w64 provides a development and runtime environment for 32- and
64-bit (x86 and x64) Windows applications using the Windows API and
the GNU Compiler Collection (gcc).
.
This package contains files common to all targets.
Package: mingw-w64-i686-dev
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
mingw-w64-common
Suggests: wine
Description: Development files for MinGW-w64 targeting Win32
MinGW-w64 provides a development and runtime environment for 32- and
64-bit (x86 and x64) Windows applications using the Windows API and
the GNU Compiler Collection (gcc).
.
This package contains the headers and libraries required to build
32-bit software using MinGW-w64.
.
The wine package can be used to test software built using MinGW-w64
without using Windows.
Package: mingw-w64-x86-64-dev
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
mingw-w64-common
Suggests: wine64
Description: Development files for MinGW-w64 targeting Win64
MinGW-w64 provides a development and runtime environment for 32- and
64-bit (x86 and x64) Windows applications using the Windows API and
the GNU Compiler Collection (gcc).
.
This package contains the headers and libraries required to build
64-bit software using MinGW-w64, targeting the Visual C Runtime
(MSVCRT).
.
The wine64 package can be used to test software built using MinGW-w64
without using Windows.
Package: mingw-w64-ucrt64-dev
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
mingw-w64-common
Suggests: wine64
Description: Development files for MinGW-w64 targeting Win64/UCRT
MinGW-w64 provides a development and runtime environment for 32- and
64-bit (x86 and x64) Windows applications using the Windows API and
the GNU Compiler Collection (gcc).
.
This package contains the headers and libraries required to build
64-bit software using MinGW-w64, targeting the Universal C Runtime
(UCRT).
.
The wine64 package can be used to test software built using MinGW-w64
without using Windows.
Package: mingw-w64
Architecture: all
Depends: gcc-mingw-w64,
g++-mingw-w64,
${misc:Depends}
Description: Development environment targeting 32- and 64-bit Windows
MinGW-w64 provides a development and runtime environment for 32- and
64-bit (x86 and x64) Windows applications using the Windows API and
the GNU Compiler Collection (gcc).
.
This metapackage provides the MinGW-w64 development environment,
including C and C++ compilers. Ada, Fortran, Objective-C and
Objective-C++ compilers are available respectively in the
gnat-mingw-w64, gfortran-mingw-w64, gobjc-mingw-w64 and
gojbc++-mingw-w64 packages.
Package: mingw-w64-tools
Architecture: any
Multi-Arch: foreign
Depends: ${shlibs:Depends},
${misc:Depends},
pkgconf
Provides: pkg-config-mingw-w64-i686,
pkg-config-mingw-w64-ucrt64,
pkg-config-mingw-w64-x86-64,
Description: Development tools for 32- and 64-bit Windows
MinGW-w64 provides a development and runtime environment for 32- and
64-bit (x86 and x64) Windows applications using the Windows API and
the GNU Compiler Collection (gcc).
.
This package contains:
* gendef, which extracts DLL exports from Windows executables;
* genidl, which extracts IDL information from Windows executables;
* genpeimg, which manipulates PE flags in Windows executables;
* widl, which generates build files from IDL descriptions;
* pkg-config symlinks to allow .pc-based libraries to be used.
|