From eca67664d9023826215e3dc8d6727489c66ea0f2 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Mon, 15 May 2017 19:59:35 +0200 Subject: Apache Commons Compress supports LZ4 as of version 1.14 closes #354 --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index e602c80..abac9a2 100644 --- a/index.html +++ b/index.html @@ -184,6 +184,7 @@ They are in conformance with the LZ4 [block] and [frame] specifications, and are |__Rust__ | Artem Navrotskiy |https://github.com/bozaro/lz4-rs | |__Lua__ | Witchu Promjunyakul |https://github.com/witchu/lua-lz4 | |__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/ | [block]:lz4_Block_format.md [frame]:lz4_Frame_format.md -- cgit v0.12 From 90457731a837624bd6f877bfacb75ca1e6d3bb0a Mon Sep 17 00:00:00 2001 From: dbohdan Date: Mon, 22 May 2017 23:18:26 +0300 Subject: Add Tcl decoder --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index abac9a2..f08c849 100644 --- a/index.html +++ b/index.html @@ -185,6 +185,7 @@ They are in conformance with the LZ4 [block] and [frame] specifications, and are |__Lua__ | Witchu Promjunyakul |https://github.com/witchu/lua-lz4 | |__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://tcl.wiki/48789 | [block]:lz4_Block_format.md [frame]:lz4_Frame_format.md -- cgit v0.12