| 1234567891011121314151617 | Lhasa is a library for parsing LHA (.lzh) archives and a freereplacement 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 futureversions. The aim is to be compatible with as many different variantsof the LHA file format as possible, including LArc (.lzs) and PMarc(.pma).  A suite of archives generated from different tools isincluded for regression testing. Type 'make check' to run the tests.The command line tool aims to be interface-compatible with thenon-free Unix LHA tool (command line syntax and output), for backwardscompatibility with tools that expect particular output.Lhasa is licensed under the ISC license, which is a simplified versionof the MIT/X11 license that is functionally identical.
 |