Source: libspng Section: libs Priority: optional Maintainer: Andrea Pappacoda Build-Depends: debhelper-compat (= 13) Build-Depends-Arch: libpng-dev , meson, pkg-config, zlib1g-dev Build-Depends-Indep: mkdocs , mkdocs-material , node-jquery Standards-Version: 4.6.2 Homepage: https://libspng.org Vcs-Git: https://salsa.debian.org/debian/libspng.git Vcs-Browser: https://salsa.debian.org/debian/libspng Rules-Requires-Root: no Package: libspng0 Architecture: any Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} Depends: ${misc:Depends}, ${shlibs:Depends} Description: simple, modern libpng alternative libspng is a C library for reading and writing Portable Network Graphics (PNG) format files with a focus on security and ease of use. . The simple API allows decoding a PNG file in just a few function calls, and no raw pointers or callback functions are involved. . Following good security practises, code is written according to the rules of the CERT C Coding Standard. All integer arithmetic is checked for overflow and all error conditions are handled gracefully. The library is also continuously fuzzed, scanned by static analyzers and features over 1000 test cases. Package: libspng-dev Section: libdevel Architecture: any Multi-Arch: same Depends: libspng0 (= ${binary:Version}), zlib1g-dev, ${misc:Depends} Recommends: libspng-doc Description: simple, modern libpng alternative - development libspng is a C library for reading and writing Portable Network Graphics (PNG) format files with a focus on security and ease of use. . The simple API allows decoding a PNG file in just a few function calls, and no raw pointers or callback functions are involved. . Following good security practises, code is written according to the rules of the CERT C Coding Standard. All integer arithmetic is checked for overflow and all error conditions are handled gracefully. The library is also continuously fuzzed, scanned by static analyzers and features over 1000 test cases. . This package contains the header and development files needed to build programs and packages using libspng. Package: libspng-doc Section: doc Architecture: all Multi-Arch: foreign Depends: fonts-roboto, ${misc:Depends}, ${mkdocs:Depends} Description: simple, modern libpng alternative - documentation libspng is a C library for reading and writing Portable Network Graphics (PNG) format files with a focus on security and ease of use. . The simple API allows decoding a PNG file in just a few function calls, and no raw pointers or callback functions are involved. . Following good security practises, code is written according to the rules of the CERT C Coding Standard. All integer arithmetic is checked for overflow and all error conditions are handled gracefully. The library is also continuously fuzzed, scanned by static analyzers and features over 1000 test cases. . This package contains the documentation.