Source: pnglite Priority: optional Maintainer: Debian Games Team Uploaders: Jack Coulter Build-Depends: debhelper (>= 9), dh-exec, zlib1g-dev Vcs-Git: https://anonscm.debian.org/git/pkg-games/pnglite.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-games/pnglite.git Standards-Version: 3.9.8 Section: devel Homepage: https://sourceforge.net/projects/pnglite/ Package: libpnglite0 Section: libs Architecture: any Multi-Arch: same Depends: ${shlibs:Depends}, ${misc:Depends} Description: lightweight C library for loading and writing PNG images It was created as a substitute for libpng in situations when libpng is more than enough. It currently requires zlib for inflate and crc checking and it can read the most common types of PNG images. The library has a small and simple to use interface. . This package provides the shared library. Package: libpnglite-dev Section: libdevel Architecture: any Multi-Arch: same Depends: libpnglite0 (= ${binary:Version}), ${misc:Depends} Description: lightweight C library for loading and writing PNG images It was created as a substitute for libpng in situations when libpng is more than enough. It currently requires zlib for inflate and crc checking and it can read the most common types of PNG images. The library has a small and simple to use interface. . This package provides the header file.