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
|
Source: libz-mingw-w64
Maintainer: Stephen Kitt <skitt@debian.org>
Section: libs
Priority: optional
Build-Depends: debhelper (>= 11~)
Build-Depends-Indep: gcc-mingw-w64
Standards-Version: 4.1.4
Vcs-Browser: https://salsa.debian.org/mingw-w64-team/libz-mingw-w64
Vcs-Git: https://salsa.debian.org/mingw-w64-team/libz-mingw-w64.git
Homepage: http://zlib.net/
Package: libz-mingw-w64
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
${shlibs:Depends}
Description: compression library - Windows runtime
zlib is a library implementing the deflate compression method found
in gzip and PKZIP. This package includes the DLLs for 32- and 64-bit
Windows.
Package: libz-mingw-w64-dev
Architecture: all
Multi-Arch: foreign
Section: libdevel
Depends: libz-mingw-w64 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Description: compression library - Windows development files
zlib is a library implementing the deflate compression method found
in gzip and PKZIP. This package includes the development support
files for 32- and 64-bit Windows.
|