Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fragglet/lhasa
Free Software LHA implementation
https://github.com/fragglet/lhasa
c compression isc lha lharc lzh lzs pma pmarc
Last synced: 1 day ago
JSON representation
Free Software LHA implementation
- Host: GitHub
- URL: https://github.com/fragglet/lhasa
- Owner: fragglet
- License: isc
- Created: 2011-04-28T20:31:32.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2024-04-01T03:48:02.000Z (7 months ago)
- Last Synced: 2024-04-29T07:20:34.496Z (6 months ago)
- Topics: c, compression, isc, lha, lharc, lzh, lzs, pma, pmarc
- Language: C
- Homepage: http://fragglet.github.io/lhasa/
- Size: 3.6 MB
- Stars: 79
- Watchers: 12
- Forks: 14
- Open Issues: 12
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
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 (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.