From: Yann Collet Date: Mon, 9 Nov 2020 18:46:11 +0000 (-0800) Subject: added Dart binding X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26bc97bd5768a7ef1610312e26df61c85d88f2d1;p=thirdparty%2Fzstd.git added Dart binding --- diff --git a/index.html b/index.html index a19d836e5..ce6788382 100644 --- a/index.html +++ b/index.html @@ -190,7 +190,7 @@ which are full re-implementation of the algorithm in the target language. | __Java__ (Port) | Martin Traverso | https://github.com/airlift/aircompressor/tree/master/src/main/java/io/airlift/compress/zstd | __Python__ (full) | Gregory Szorc | https://pypi.python.org/pypi/zstandard | __Python__ (simple) | Sergey Dryabzhinsky | https://github.com/sergey-dryabzhinsky/python-zstd -| __Python__ (std api) | Ma Lin | https://pypi.org/project/pyzstd +| __Python__ (bz2 api) | Ma Lin | https://pypi.org/project/pyzstd | __Rust__ | Alexandre Bury | https://crates.io/crates/zstd | | __Rust__ (decoder, Port) | Moritz Borcherding | https://github.com/KillingSpark/zstd-rs | __C#__ | SKB Kontur | https://github.com/skbkontur/ZstdNet | @@ -211,6 +211,7 @@ which are full re-implementation of the algorithm in the target language. | __Ruby__ (stream) | Andrew Aladjev | https://rubygems.org/gems/ruby-zstds | | __Objective C__ | Micha Mazaheri | https://github.com/luckymarmot/ZstdKit | __Visual Basic 6__ | Tanner Helland | https://github.com/tannerhelland/VB6-Compression +| __Dart__ | Instantiations | https://pub.dev/documentation/es_compression/latest/zstd/zstd-library.html | __D__ | Masahiro Nakagawa | https://code.dlang.org/packages/zstd | | __Julia__ | Kenta Sato | https://github.com/bicycle1885/CodecZstd.jl | __Pascal__ | Denis Anisimov | https://github.com/DenisAnisimov/ZSTD.pas