diff options
author | Yann Collet <cyan@fb.com> | 2016-12-11 01:48:47 (GMT) |
---|---|---|
committer | Yann Collet <cyan@fb.com> | 2016-12-11 01:48:47 (GMT) |
commit | ce745fca63c2cb3f8a53bb1cd8e5f5aed74f18ea (patch) | |
tree | 03ed9b1910e71bebf0f799baecb317da14f09680 /index.html | |
parent | b97b96d89d449d6645d394cc86a0f2d7851ebe8d (diff) | |
download | lz4-ce745fca63c2cb3f8a53bb1cd8e5f5aed74f18ea.zip lz4-ce745fca63c2cb3f8a53bb1cd8e5f5aed74f18ea.tar.gz lz4-ce745fca63c2cb3f8a53bb1cd8e5f5aed74f18ea.tar.bz2 |
added VB6 version
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 27 |
1 files changed, 14 insertions, 13 deletions
@@ -211,19 +211,20 @@ They are not interoperable with LZ4 command line utility. |Language |Author |URL | |-- |-- |-- | -|__Java__ |Adrien Grand |https://github.com/jpountz/lz4-java | -|__Python__ |Steeve Morin |http://pypi.python.org/pypi/lz4 | -|__Perl__ |Gray |http://search.cpan.org/dist/Compress-LZ4/ | -|__C#__ |Milosz Krajewski |https://github.com/MiloszKrajewski/lz4net | -|__C#__ streaming |Phill Djonov |https://github.com/pdjonov/Lz4Stream | -|__Go__ |Branimir Karadzic |https://github.com/bkaradzic/go-lz4 | -|__Ruby__ |Komiya Atsushi |http://rubygems.org/gems/lz4-ruby | -|__PHP__ |Kamijo |https://github.com/kjdev/php-ext-lz4 | -|__Lua__ |Christophe Delord |http://cdsoft.fr/bl/bonaluna.html | -|__D__ |Jude Young |http://code.dlang.org/packages/lz4-d | -|__Haskell__ |Mark Wotton |http://hackage.haskell.org/package/lz4 | -|__Erlang__ |Tetsuya Suzuki |https://github.com/szktty/erlang-lz4 | -|__Smalltalk__ (Pharo) |Mariano Martinez Peck |http://smalltalkhub.com/#!/~marianopeck/LZ4/ | +|__Java__ | Adrien Grand |https://github.com/jpountz/lz4-java | +|__Python__ | Steeve Morin |http://pypi.python.org/pypi/lz4 | +|__Perl__ | Gray |http://search.cpan.org/dist/Compress-LZ4/ | +|__C#__ | Milosz Krajewski |https://github.com/MiloszKrajewski/lz4net | +|__C#__ streaming | Phill Djonov |https://github.com/pdjonov/Lz4Stream | +|__Go__ | Branimir Karadzic |https://github.com/bkaradzic/go-lz4 | +|__Ruby__ | Komiya Atsushi |http://rubygems.org/gems/lz4-ruby | +|__PHP__ | Kamijo |https://github.com/kjdev/php-ext-lz4 | +|__Lua__ | Christophe Delord |http://cdsoft.fr/bl/bonaluna.html | +|__D__ | Jude Young |http://code.dlang.org/packages/lz4-d | +|__Haskell__ | Mark Wotton |http://hackage.haskell.org/package/lz4 | +| __Visual Basic 6__ | Tanner_H | http://www.vbforums.com/showthread.php?840413-Compression-in-VB6-modern-solutions +|__Erlang__ | Tetsuya Suzuki |https://github.com/szktty/erlang-lz4 | +|__Smalltalk__ (Pharo) | Mariano Martinez Peck |http://smalltalkhub.com/#!/~marianopeck/LZ4/ | |__OCaml__ |Peter Zotov |https://github.com/whitequark/ocaml-lz4 | |__Rust__ |Alex Crichton |http://alexcrichton.com/rust-compress/compress/lz4/index.html | |__ARM Cortex assembly__ decoder |Jens Bauer |http://community.arm.com/docs/DOC-10570 | |