summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Collet <cyan@fb.com>2020-11-09 21:29:04 (GMT)
committerYann Collet <cyan@fb.com>2020-11-09 21:29:04 (GMT)
commitf831b3546861ba2089fc9eca4b4bd1a464177f4c (patch)
tree3fb3b145fe331814caec3d1543c60b91dcabc1d5
parentb31855c692715213af48d65bcd66b4340bb4be69 (diff)
downloadlz4-f831b3546861ba2089fc9eca4b4bd1a464177f4c.zip
lz4-f831b3546861ba2089fc9eca4b4bd1a464177f4c.tar.gz
lz4-f831b3546861ba2089fc9eca4b4bd1a464177f4c.tar.bz2
added dart binding
and updates smalltalk ones
-rw-r--r--index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index e38d6da..015ba66 100644
--- a/index.html
+++ b/index.html
@@ -186,8 +186,10 @@ 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
|__Rust__ | picoHz | https://github.com/picoHz/lzzzz
+|__Dart__ | Instantiations | https://pub.dev/documentation/es_compression/latest/lz4/lz4-library.html
|__Lua__ | Witchu Promjunyakul | https://github.com/witchu/lua-lz4
|__Haskell__ | Niklas Hambüchen | https://hackage.haskell.org/package/lz4-frame-conduit
+|__VA Smalltalk__ | Instantiations | http://www.instantiations.com/docs/91/wwhelp/wwhimpl/js/html/wwhelp.htm#href=pr/compression2.html#pID0E0LB0FA
|__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
|__8086 assembly__ decoder| E. C. Masloch | https://bitbucket.org/ecm/inicomp/src/default/
@@ -234,8 +236,6 @@ They are not interoperable with LZ4 command line utility.
|__Haskell__ (streaming) | Sven Mattsen | https://hackage.haskell.org/package/lz4-conduit
|__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
-|__Pharo Smalltalk__ | Mariano Martinez Peck | http://smalltalkhub.com/#!/~marianopeck/LZ4/
-|__VA Smalltalk__ | Instantiations | http://www.instantiations.com/docs/91/wwhelp/wwhimpl/js/html/wwhelp.htm#href=pr/compression2.html#pID0E0LB0FA
|__OCaml__ | Peter Zotov | https://github.com/whitequark/ocaml-lz4
|__Cuda__ | NVidia | https://github.com/NVIDIA/nvcomp
|__WASM__ | Raymond Hill | https://github.com/gorhill/lz4-wasm