]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
added Dart binding
authorYann Collet <cyan@fb.com>
Mon, 9 Nov 2020 18:46:11 +0000 (10:46 -0800)
committerYann Collet <cyan@fb.com>
Mon, 9 Nov 2020 18:46:11 +0000 (10:46 -0800)
index.html

index a19d836e5ac2c0e1145a9a64477f7712d14996a1..ce67883821c683aeefe8c8078b6529a12e06c02d 100644 (file)
@@ -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