README 828 B

1234567891011121314151617
  1. Lhasa is a library for parsing LHA (.lzh) archives and a free
  2. replacement for the Unix LHA tool.
  3. Currently it is only possible to read from (ie. decompress) archives;
  4. generating (compressing) LHA archives may be an enhancement for future
  5. versions. The aim is to be compatible with as many different variants
  6. of the LHA file format as possible, including LArc (.lzs) and PMarc
  7. (.pma). A suite of archives generated from different tools is
  8. included for regression testing. Type 'make check' to run the tests.
  9. The command line tool aims to be interface-compatible with the
  10. non-free Unix LHA tool (command line syntax and output), for backwards
  11. compatibility with tools that expect particular output.
  12. Lhasa is licensed under the ISC license, which is a simplified version
  13. of the MIT/X11 license that is functionally identical.