diff options
author | B. Watson <yalhcru@gmail.com> | 2017-09-05 23:12:29 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-09-05 23:12:29 +0100 |
commit | 96707faabb94d0474cafa7593b64c1890b3c0f4f (patch) | |
tree | 05e36c4610005f671e788b7b31ee60dd830c106f /system/exomizer/README | |
parent | 7ee790fe7718422ef4dfddfac16db521377eb325 (diff) |
system/exomizer: Added (compression for low-resource systems).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/exomizer/README')
-rw-r--r-- | system/exomizer/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/system/exomizer/README b/system/exomizer/README new file mode 100644 index 000000000000..ff5d56c5c217 --- /dev/null +++ b/system/exomizer/README @@ -0,0 +1,7 @@ +exomizer (compression for low-resource systems) + +Exomizer is a program that compresses files in a way that tries to be +as efficient as possible but still allows them to be decompressed in +environments where CPU speed and RAM are limited. For some popular 8-bit +computers using 6502 compatible CPUs it can also generate executable +files that decompress themselves in memory when run. |