• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1Name: zlib
2Short Name: zlib
3URL: http://zlib.net/
4Version: 1.2.11
5CPEPrefix: cpe:/a:zlib:zlib:1.2.11
6Security Critical: yes
7License: Custom license
8License File: LICENSE
9License Android Compatible: yes
10
11Description:
12"A massively spiffy yet delicately unobtrusive compression library."
13
14zlib is a free, general-purpose, legally unencumbered lossless data-compression
15library. zlib implements the "deflate" compression algorithm described by RFC
161951, which combines the LZ77 (Lempel-Ziv) algorithm with Huffman coding. zlib
17also implements the zlib (RFC 1950) and gzip (RFC 1952) wrapper formats.
18
19Local Modifications:
20 - Only source code from the zlib distribution used to build the zlib and
21   minizip libraries are present. Many other files have been omitted. Only *.c
22   and *.h files from the upstream root directory and contrib/minizip were
23   imported.
24 - The contents of the google directory are original Chromium-specific
25   additions.
26 - Added chromeconf.h
27 - Plus the changes in 'patches' folder.
28 - Code in contrib/ other than contrib/minizip was added to match zlib's
29   contributor layout.
30