summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Collet <cyan@fb.com>2018-09-10 17:26:11 (GMT)
committerYann Collet <cyan@fb.com>2018-09-10 17:26:11 (GMT)
commit516627c279ed03f995417c9a44a93acac808c1a3 (patch)
tree588034f0a14690c0c05b6dca0535580a06c3cf50
parent6dea6532104948fad9227631b33f7a941f29c764 (diff)
downloadlz4-516627c279ed03f995417c9a44a93acac808c1a3.zip
lz4-516627c279ed03f995417c9a44a93acac808c1a3.tar.gz
lz4-516627c279ed03f995417c9a44a93acac808c1a3.tar.bz2
added C# interoperable version, by @MiloszKrajewski
-rw-r--r--index.html23
1 files changed, 12 insertions, 11 deletions
diff --git a/index.html b/index.html
index ca453cd..1905bff 100644
--- a/index.html
+++ b/index.html
@@ -175,18 +175,19 @@ 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| Iotic Labs |https://pypi.python.org/pypi/py-lz4framed
+|__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| Iotic Labs | https://pypi.python.org/pypi/py-lz4framed
|__Python__ standard handlers| Jonathan Underwood|https://pypi.python.org/pypi/lz4
-|__Python__ | Christopher Jackson |https://github.com/darkdragn/lz4tools
-|__Perl__ | Felix Bytow |http://search.cpan.org/~autinity/Compress-LZ4Frame
-|__Delphi__ | Hanno Hugenberg |https://github.com/Hugie/lz4-delphi |
-|__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
+|__Python__ | Christopher Jackson | https://github.com/darkdragn/lz4tools
+|__C#__ | Milosz Krajewski | https://github.com/MiloszKrajewski/K4os.Compression.LZ4
+|__Perl__ | Felix Bytow | http://search.cpan.org/~autinity/Compress-LZ4Frame
+|__Delphi__ | Hanno Hugenberg | https://github.com/Hugie/lz4-delphi
+|__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
[block]:lz4_Block_format.md
[frame]:lz4_Frame_format.md