Minimalist GNU for Windows
Minimalist GNU for Windows (MinGW) is a complete software development environment for creating native Microsoft Windows applications.
It includes a set of Windows-specific header files and static import libraries which enable the use of the Windows API. It does not rely on any third-party C runtime dynamic-link libraries (DLLs).
Mingw-w64 is an advancement of the original mingw.org project and provides several new APIs such as DirectX and DDK, and 64-bit support.
Linter | Message | Location |
---|---|---|
input-labels Identify input labels that do not match package names | label 'xgcc-core' does not match package name 'gcc-cross-sans-libc-x86_64-w64-mingw32' | |
input-labels Identify input labels that do not match package names | label 'xbinutils' does not match package name 'binutils-cross-x86_64-w64-mingw32' | |
input-labels Identify input labels that do not match package names | label 'xlibc' does not match package name 'mingw-w64-x86_64' | |
name Validate package names | name should use hyphens instead of underscores | |
patch-file-names Validate file names and availability of patches | file names of patches should start with the package name |