Jef 20d28e80a5 Initial community commit 2 mēneši atpakaļ
..
doc 20d28e80a5 Initial community commit 2 mēneši atpakaļ
lib 20d28e80a5 Initial community commit 2 mēneši atpakaļ
pkg 20d28e80a5 Initial community commit 2 mēneši atpakaļ
src 20d28e80a5 Initial community commit 2 mēneši atpakaļ
.travis.yml 20d28e80a5 Initial community commit 2 mēneši atpakaļ
AUTHORS 20d28e80a5 Initial community commit 2 mēneši atpakaļ
COPYING 20d28e80a5 Initial community commit 2 mēneši atpakaļ
ChangeLog 20d28e80a5 Initial community commit 2 mēneši atpakaļ
Makefile.am 20d28e80a5 Initial community commit 2 mēneši atpakaļ
NEWS 20d28e80a5 Initial community commit 2 mēneši atpakaļ
OpenMPT.txt 20d28e80a5 Initial community commit 2 mēneši atpakaļ
README 20d28e80a5 Initial community commit 2 mēneši atpakaļ
TODO 20d28e80a5 Initial community commit 2 mēneši atpakaļ
autogen.sh 20d28e80a5 Initial community commit 2 mēneši atpakaļ
configure.ac 20d28e80a5 Initial community commit 2 mēneši atpakaļ
gencov 20d28e80a5 Initial community commit 2 mēneši atpakaļ
liblhasa.pc.in 20d28e80a5 Initial community commit 2 mēneši atpakaļ
rpm.spec.in 20d28e80a5 Initial community commit 2 mēneši atpakaļ

README

Lhasa is a library for parsing LHA (.lzh) archives and a free
replacement for the Unix LHA tool.

Currently it is only possible to read from (ie. decompress) archives;
generating (compressing) LHA archives may be an enhancement for future
versions. The aim is to be compatible with as many different variants
of the LHA file format as possible, including LArc (.lzs) and PMarc
(.pma). A suite of archives generated from different tools is
included for regression testing. Type 'make check' to run the tests.

The command line tool aims to be interface-compatible with the
non-free Unix LHA tool (command line syntax and output), for backwards
compatibility with tools that expect particular output.

Lhasa is licensed under the ISC license, which is a simplified version
of the MIT/X11 license that is functionally identical.