Source: zlib-ng
Section: libs
Priority: optional
Maintainer: Guillem Jover <guillem@debian.org>
Rules-Requires-Root: no
Build-Depends:
 debhelper,
Standards-Version: 4.6.0
Homepage: https://github.com/zlib-ng/zlib-ng
Vcs-Browser: https://git.hadrons.org/debian/pkgs/zlib-ng
Vcs-Git: https://git.hadrons.org/debian/pkgs/zlib-ng.git

Package: libz-ng2
Architecture: any
Multi-Arch: same
Depends:
 ${shlibs:Depends},
 ${misc:Depends},
Description: optimized zlib compression library - shared library
 zlib-ng is a fork of the zlib library implementing the deflate compression
 method found in gzip and PKZIP.
 .
 It includes and consolidates many optimizations found in alternative forks,
 that have not been merged in the official zlib library.
 .
 This package contains the shared library.

Package: libz-ng-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
 libz-ng2 (= ${binary:Version}),
 ${misc:Depends},
Description: optimized zlib compression library - development files
 zlib-ng is a fork of the zlib library implementing the deflate compression
 method found in gzip and PKZIP.
 .
 It includes and consolidates many optimizations found in alternative forks,
 that have not been merged in the official zlib library, while providing a
 cleaned up API, not compatible with zlib.
 .
 This package contains the header files and the static library needed to
 compile applications that use zlib-ng.
