diff options
author | Marcel Saegebarth <marc@mos6581.de> | 2015-08-11 17:43:32 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-08-11 23:25:31 +0700 |
commit | adb07120d122ec69795e9e0d52206a06058af295 (patch) | |
tree | 6ab519700d147611b5d06b35cc597f855ebedcac /python/python3-lhafile/README | |
parent | d5456e7291b3fa0f5c7f22a8f7348f29ebea88c7 (diff) | |
download | slackbuilds-adb07120d122ec69795e9e0d52206a06058af295.tar.gz |
python/python3-lhafile: Added (Python LHA archive extension).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-lhafile/README')
-rw-r--r-- | python/python3-lhafile/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/python/python3-lhafile/README b/python/python3-lhafile/README new file mode 100644 index 0000000000..ad9fda0525 --- /dev/null +++ b/python/python3-lhafile/README @@ -0,0 +1,5 @@ +This project is an updated version of the project found +at http://trac.neotitans.net/wiki/lhafile. +It is primarily used as a component in FS-UAE Launcher to index and +extract files from .lha archives. The project consists of a Python +package (lhafile) and a C extension for Python (lzhlib). |