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 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91
|
Source: libspng
Section: libs
Priority: optional
Maintainer: Andrea Pappacoda <tachi@debian.org>
Build-Depends:
debhelper-compat (= 13),
dpkg-build-api (= 1),
Build-Depends-Arch:
libpng-dev <!nocheck>,
meson,
pkg-config,
zlib1g-dev,
Build-Depends-Indep:
mkdocs <!nodoc>,
mkdocs-material <!nodoc>,
node-jquery <!nodoc>,
Standards-Version: 4.7.2
Homepage: https://libspng.org
Vcs-Git: https://salsa.debian.org/debian/libspng.git
Vcs-Browser: https://salsa.debian.org/debian/libspng
X-Style: black
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.
|