Skip to content

fragglet/lhasa

Folders and files

NameName
Last commit message
Last commit date
Feb 23, 2025
Dec 18, 2024
Dec 18, 2024
Aug 10, 2022
Feb 23, 2025
Apr 1, 2024
Jul 29, 2023
May 18, 2012
Feb 8, 2024
Mar 10, 2015
Apr 29, 2011
Jul 17, 2023
Aug 21, 2021
Aug 10, 2022
May 14, 2023
Aug 21, 2021
Jan 31, 2025
Jul 19, 2023
Feb 8, 2024
May 14, 2023
Jul 19, 2023
May 13, 2012
Aug 21, 2021

Repository files navigation

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 (i.e. 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.