Guile-bzip2
***********

Guile-bzip2 is a Guile wrapper for the libbzip2 library.  It exposes
an interface similar to other Guile compression libraries, like
Guile-zlib.

Requirements
============

Guile-bzip2 is written in Guile Scheme and needs GNU Guile version
3.0.x <https://gnu.org/software/guile/>.

It needs to be able to load Guile modules from:

  - scheme-bytestructures <https://github.com/TaylanUB/scheme-bytestructures>

It needs to link dynamically with the following library:

  - libbz2 <https://sourceware.org/bzip2/>

Installing
==========

To install, you may use the standard GNU approach:

    ./configure
    make
    make install

You can find more details about installing in the 'INSTALL' file.

If you are installing from a Git checkout, you will need to run

    autoreconf -vif

to generate the 'configure' script and Makefile.  To do so, you will
need Autoconf, Automake, and pkg-config.

Copying Guile-bzip2
===================

This is free software released under the GNU GPLv3 (or later).  See
'COPYING' for the full license.  Enjoy!

Copying this file
=================

This file was written by Timothy Sample <samplet@ngyro.com>.

To the extent possible under law, the author(s) have waived all
copyright and related or neighboring rights to this file.

You should have received a copy of the CC0 legalcode along with this
work.  If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.
