summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Collet <cyan@fb.com>2021-08-12 12:34:21 (GMT)
committerYann Collet <cyan@fb.com>2021-08-12 12:34:21 (GMT)
commit5333b229852e128966df574c4060b66849d2d52f (patch)
treee60e9d4d2e311ab9a70a5fe5f562f6b83bfd6acf
parent88984e30f5d238ee1da6e7cbd1213f58b8de3eb0 (diff)
downloadlz4-5333b229852e128966df574c4060b66849d2d52f.zip
lz4-5333b229852e128966df574c4060b66849d2d52f.tar.gz
lz4-5333b229852e128966df574c4060b66849d2d52f.tar.bz2
minor clarifications
-rw-r--r--index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/index.html b/index.html
index 3777a19..e918645 100644
--- a/index.html
+++ b/index.html
@@ -215,10 +215,10 @@ Here are a few compatible alternatives to lz4 command line utility :
<br/>
<a name="customs-lz4"></a>
-## Customs LZ4 ports and bindings
+## Customs LZ4 implementations
The following versions compress data blocks with LZ4 compression algorithm in various programming languages.
They use the [block] compression format, but add their own frame / header logic.
-They are not interoperable with LZ4 command line utility.
+Consequently, they are not interoperable with LZ4 command line utility, nor (generally) between themselves.
|Language |Author |URL |
|-- |-- |-- |
@@ -249,7 +249,7 @@ They are not interoperable with LZ4 command line utility.
|__Z80 assembly__ decoder | Edouard Berge | https://groups.google.com/forum/#!topic/lz4c/A6TLHThL0c8
|__Atari XL/XE assembly__ decoder | xxl | http://xxl.atari.pl/lz4-decompressor/
|__v810 assembly__ decoder | Martin Wendt | https://github.com/enthusi/lz4_v810_decode
-|__jsonlz4__ | Avi Halachmi | https://github.com/avih/dejsonlz4 : custom Mozilla LZ4 format
+|__jsonlz4__ decoder | Avi Halachmi | https://github.com/avih/dejsonlz4 : custom Mozilla LZ4 format
<br/>