Skip to content

Latest commit

 

History

History
54 lines (33 loc) · 1.49 KB

README.md

File metadata and controls

54 lines (33 loc) · 1.49 KB

Compress::BGZF

Tests Coverage Status CPAN version

A pure-Perl implementation of blocked gzip (BGZF)

INSTALLATION

To install this module type the following:

perl Makefile.PL
make
make test
make install

DEPENDENCIES

Compress::BGZF uses the following modules:

  • List::Util

  • Compress::Zlib

  • IO::Uncompress::RawInflate

  • IO::Compress::RawDeflate

These are already included in recent core perl distributions

COPYRIGHT AND LICENSE

Copyright (C) 2015-2016 Jeremy Volkening [email protected]

This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

See the LICENSE file in the top-level directory of this distribution for the full license terms.