Compress::DSRC
====

Perl bindings for the DSRC compression library

INSTALLATION
------------

To install this module type the following:

    perl Build.PL
    ./Build
    ./Build test
    ./Build install


DEPENDENCIES
------------

Compress::DSRC is bundled with the DSRC C++ library. Building requires a C++
compiler with support for the C++11 standard (e.g. GCC 4.7 or later).


COPYRIGHT AND LICENSE
---------------------

Copyright (C) 2015-2016 Jeremy Volkening <jdv@base2bio.com>

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.