aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authoreschnett <eschnett@d47fded2-66c1-406f-af09-4fc0800f9c6b>2011-01-26 19:01:14 +0000
committereschnett <eschnett@d47fded2-66c1-406f-af09-4fc0800f9c6b>2011-01-26 19:01:14 +0000
commitd51c1def5a0e9154f2e3afa8df51b717a15b9f60 (patch)
treee333c51e40c102dc266abfe97e53c99ce4fde478 /README
parentf59073bce69503a7391bebc8bbe749df8ae5127e (diff)
Initial version of zlib thorn
git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/zlib/trunk@2 d47fded2-66c1-406f-af09-4fc0800f9c6b
Diffstat (limited to 'README')
-rw-r--r--README28
1 files changed, 28 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..99990c5
--- /dev/null
+++ b/README
@@ -0,0 +1,28 @@
+Cactus Code Thorn zlib
+Author(s) : Erik Schnetter
+Maintainer(s): Cactus team
+Licence : ?
+--------------------------------------------------------------------------
+
+1. Purpose
+
+Distribute the zlib library; see <http://www.zlib.net/>
+
+
+
+From the web site:
+
+A Massively Spiffy Yet Delicately Unobtrusive Compression Library
+(Also Free, Not to Mention Unencumbered by Patents)
+
+zlib is designed to be a free, general-purpose, legally unencumbered
+-- that is, not covered by any patents -- lossless data-compression
+library for use on virtually any computer hardware and operating
+system. The zlib data format is itself portable across platforms.
+Unlike the LZW compression method used in Unix compress(1) and in the
+GIF image format, the compression method currently used in zlib
+essentially never expands the data. (LZW can double or triple the file
+size in extreme cases.) zlib's memory footprint is also independent of
+the input data and can be reduced, if necessary, at some cost in
+compression. A more precise, technical discussion of both points is
+available on another page.