• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

build-aux/H26-Mar-2014-6,6735,134

lib/H26-Mar-2014-30,44422,607

m4/H26-Mar-2014-10,60910,023

man/H26-Mar-2014-1,9171,724

src/H26-Mar-2014-10,5317,873

tests/H03-May-2022-7,0365,263

AUTHORSH A D02-Feb-201473 32

COPYINGH A D02-Feb-201434.3 KiB675553

ChangeLogH A D26-Mar-201426.4 KiB923601

ChangeLog.oldH A D02-Feb-201412 KiB249224

INSTALLH A D09-Mar-201415.4 KiB371289

Makefile.amH A D09-Feb-2014893 224

Makefile.inH A D26-Mar-201457.5 KiB1,7201,612

NEWSH A D26-Mar-20144.6 KiB14089

READMEH A D26-Mar-20141.5 KiB3926

THANKSH A D09-Feb-20141.6 KiB4027

aclocal.m4H A D26-Mar-201443.2 KiB1,2281,122

configureH A D26-Mar-2014515 KiB20,42616,466

configure.acH A D26-Mar-20144.3 KiB134114

README

1lbzip2, parallel bzip2 compression utility
2http://lbzip2.org/
3
4
5Copyright (C) 2011, 2012, 2013, 2014 Mikolaj Izdebski
6Copyright (C) 2008, 2009, 2010 Laszlo Ersek
7
8This README file is part of lbzip2 version 2.5.
9
10lbzip2 is a parallel, SMP-based, bzip2-compatible compression utility.
11
12lbzip2 compresses and decompresses files using a variation of BWT compression
13stack. More information on this topic can be found in the ALGORITHM file.
14
15lbzip2 uses Gnulib and its building and testing process is managed by the GNU
16build system. For more information on building and installing lbzip2 see the
17INSTALL file. For usage see the manual pages.
18
19lbzip2 is free software: you can redistribute it and/or modify it under the
20terms of the GNU General Public License as published by the Free Software
21Foundation, either version 3 of the License, or (at your option) any later
22version.
23
24lbzip2 is distributed in the hope that it will be useful, but WITHOUT ANY
25WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
26PARTICULAR PURPOSE. See the GNU General Public License for more details.
27
28A copy of the GNU General Public License is contained in the COPYING file.
29
30
31The following is a list of subdirectories with explanation of their purpose:
32
33build-aux - different auxiliary build scripts
34lib       - Gnulib C files
35m4        - M4 macros for Autoconf (part of Gnulib)
36man       - manual pages
37src       - C source code of higher-level part of lbzip2
38tests     - regression tests
39