About

bpack is a general purpose data compression program developed in 2006 for a class of my Computer Sciences and Engineering bachelor. The software is a C-language implementation of the Burrows-Wheeler transform, run-length and Huffman coding. This is somewhat similar to bzip2.
I might someday, when I find some time, optimize the code and make it portable.

This is just a proof of concept implementation developed long time ago for University class demonstration, so please take this software with a piece of salt ;)

Source code

Download source code: bpack-0.0.1.tar.bz2