From f751e4f7f07681d94e5c2b6f81fc94101f49021d Mon Sep 17 00:00:00 2001 From: pmai Date: Wed, 3 Jun 2009 10:55:00 -0700 Subject: [PATCH] github generated gh-pages branch --- index.html | 113 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 113 insertions(+) create mode 100644 index.html diff --git a/index.html b/index.html new file mode 100644 index 0000000..e2bd488 --- /dev/null +++ b/index.html @@ -0,0 +1,113 @@ + + + + + + + pmai/Deflate @ GitHub + + + + + + + Fork me on GitHub + +
+ +
+ + + + +
+ +

Deflate + by pmai

+ +
+ Native Deflate Decompression for Common Lisp +
+ +

This library is a native Common Lisp implementation of Deflate (RFC 1951) decompression, with optional support for ZLIB-style (RFC 1950) and gzip-style (RFC 1952) wrappers of deflate streams. It currently does not handle compression, although this is a natural extension. +

Dependencies

+

None

+

Install

+

The distribution contains an ASDF system definition file, which will handle all building/loading normally.

+

License

+

Copyright (C) 2000-2009 PMSF IT Consulting Pierre R. Mai + + Permission is hereby granted, free of charge, to any person obtaining + a copy of this software and associated documentation files (the + "Software"), to deal in the Software without restriction, including + without limitation the rights to use, copy, modify, merge, publish, + distribute, sublicense, and/or sell copies of the Software, and to + permit persons to whom the Software is furnished to do so, subject to + the following conditions: + + The above copyright notice and this permission notice shall be + included in all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. + IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY CLAIM, DAMAGES OR + OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, + ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR + OTHER DEALINGS IN THE SOFTWARE. + + Except as contained in this notice, the name of the author shall + not be used in advertising or otherwise to promote the sale, use or + other dealings in this Software without prior written authorization + from the author. + +

+

Authors

+

Pierre R. Mai (pmai@pmsf.de)

+

Contact

+

Pierre R. Mai (pmai@pmsf.de)

+ + +

Download

+

+ You can download this project in either + zip or + tar formats. +

+

You can also clone the project with Git + by running: +

$ git clone git://github.com/pmai/Deflate
+

+ + + +
+ + + +