summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index 20990df..9eda845 100644
--- a/index.html
+++ b/index.html
@@ -175,6 +175,7 @@ They are in conformance with the LZ4 [block] and [frame] specifications, and are
|Language |Author |URL |
|---- |---- |---- |
+|__Java__ | Apache Commons |https://commons.apache.org/proper/commons-compress/javadocs/api-release/org/apache/commons/compress/compressors/lz4/package-summary.html
|__Javascript__ | Pierre Curto |https://github.com/pierrec/node-lz4 |
|__Python multi-threadable__ | Vilnis Termanis |https://github.com/Iotic-Labs/py-lz4framed |
|__Python__ | Christopher Jackson |https://github.com/darkdragn/lz4tools |
@@ -183,9 +184,8 @@ They are in conformance with the LZ4 [block] and [frame] specifications, and are
|__Go__ | Pierre Curto |https://github.com/pierrec/lz4 |
|__Rust__ | Artem Navrotskiy |https://github.com/bozaro/lz4-rs |
|__Lua__ | Witchu Promjunyakul |https://github.com/witchu/lua-lz4 |
+|__Tcl__ decoder | D. Bohdan |https://wiki.tcl-lang.org/48789 |
|__Z80 assembly__ decoder | Piotr Drapich |http://www.union.org.pl/download/z80/LZ4_Z80.asm |
-|__Java__ | Apache Commons Developer |http://commons.apache.org/proper/commons-compress/ |
-|__Tcl__ decoder | dbohdan |https://wiki.tcl-lang.org/48789 |
[block]:lz4_Block_format.md
[frame]:lz4_Frame_format.md