Bump version and update Changes
[io-compress-brotli.git] / README
CommitLineData
9d4f189a
MG
1IO-Compress-Brotli version 0.001001
2===================================
f9995f31
MG
3
4Brotli is a data compression format primarily used in web fonts and
5(more recently) HTTP compression.
6
7This distribution wraps the official Brotli source code[0], offering a
8module for decompressing Brotli buffers and streams,
9IO::Uncompress::Brotli. Compression will be supported in a future
10release.
11
12[0]: https://github.com/google/brotli
13
14INSTALLATION
15
16To install this module type the following:
17
18 perl Makefile.PL
19 make
20 make test
21 make install
22
23DEPENDENCIES
24
9d4f189a
MG
25This module requires these other modules and libraries:
26
27* File::Slurp (only used for testing)
28
29Additionally, it requires a C compiler.
f9995f31
MG
30
31COPYRIGHT AND LICENCE
32
33Copyright (C) 2015 by Marius Gavrilescu
34
35This library is free software; you can redistribute it and/or modify
36it under the same terms as Perl itself, either Perl version 5.20.2 or,
37at your option, any later version of Perl 5 you may have available.
38
39
40The distribution contains files from the Brotli source code, which are
41licensed under the Expat license:
42
43Copyright (c) 2009, 2010, 2013-2015 by the Brotli Authors.
44
45Permission is hereby granted, free of charge, to any person obtaining a copy
46of this software and associated documentation files (the "Software"), to deal
47in the Software without restriction, including without limitation the rights
48to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
49copies of the Software, and to permit persons to whom the Software is
50furnished to do so, subject to the following conditions:
51
52The above copyright notice and this permission notice shall be included in
53all copies or substantial portions of the Software.
54
55THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
56IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
57FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
58AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
59LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
60OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
61THE SOFTWARE.
This page took 0.011734 seconds and 4 git commands to generate.