From: Yann Collet Date: Fri, 12 Jun 2020 18:51:41 +0000 (-0700) Subject: Merge branch 'gh-pages' of github.com:facebook/zstd into gh-pages X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86ff80bd43cfe8ee8e36186a68f51b2012bca084;p=thirdparty%2Fzstd.git Merge branch 'gh-pages' of github.com:facebook/zstd into gh-pages --- 86ff80bd43cfe8ee8e36186a68f51b2012bca084 diff --cc index.html index 8ecbec4bf,23f289eee..9bde63f2b --- a/index.html +++ b/index.html @@@ -173,39 -180,40 +180,40 @@@ You can learn more about Zstandard API Should you need Zstandard in another language [than reference C], here is a list of known bindings and their authors : -| Language | Author | URL | -| ------------ | ------------------- | ------------------------------------- | -| __Java__ | Luben Karavelov | https://github.com/luben/zstd-jni | -| __Python__ (full) | Gregory Szorc | https://pypi.python.org/pypi/zstandard +| Language | Author | URL | +| ------------- | ------------------- | ------------------------------------- | +| __Java__ | Luben Karavelov | https://github.com/luben/zstd-jni | +| __Python__ (full) | Gregory Szorc | https://pypi.python.org/pypi/zstandard | __Python__ (simple) | Sergey Dryabzhinsky | https://github.com/sergey-dryabzhinsky/python-zstd -| __Rust__ | Alexandre Bury | https://crates.io/crates/zstd | -| __C#__ | SKB Kontur | https://github.com/skbkontur/ZstdNet | +| __Rust__ | Alexandre Bury | https://crates.io/crates/zstd | +| __C#__ | SKB Kontur | https://github.com/skbkontur/ZstdNet | | __C#__ (streaming) | Bernhard Pichler | https://github.com/bp74/Zstandard.Net | __Javascript__ (emscripten) | Yoshihito | https://www.npmjs.com/package/zstd-codec -| __Node.js__ streams | albertdb | https://www.npmjs.com/package/node-zstandard -| __Node.js__ buffers | Zwb | https://www.npmjs.com/package/node-zstd -| __PHP__ | Kamijo | https://github.com/kjdev/php-ext-zstd | -| __Swift__ | Anatoli Peredera | https://github.com/omniprog/SwiftZSTD | -| __Perl__ | Jiro Nishiguchi | https://metacpan.org/release/Compress-Zstd -| __Objective C__ | Micha Mazaheri | https://github.com/luckymarmot/ZstdKit -| __Ruby__ | SpringMT | https://github.com/SpringMT/zstd-ruby | -| __Ruby__ (FFI) | Michael Sievers | https://github.com/msievers/zstandard-ruby | -| __Go__ | Vianney Tran | https://github.com/DataDog/zstd | -| __Go__ (+dict) | Aliaksandr Valialkin | https://github.com/valyala/gozstd | -| __D__ | Masahiro Nakagawa | https://code.dlang.org/packages/zstd | -| __Ada__ | John Marino | https://github.com/jrmarino/zstd-ada | -| __Lua__ | Soojin Nam | https://github.com/sjnam/lua-resty-zstd -| __Haskell__ | Bryan O'Sullivan | https://github.com/facebookexperimental/hs-zstd -| __Erlang__ | Yuki Ito | https://hex.pm/packages/zstd | +| __Node.js__ streams | albertdb | https://www.npmjs.com/package/node-zstandard +| __Node.js__ buffers | Zwb | https://www.npmjs.com/package/node-zstd +| __PHP__ | Kamijo | https://github.com/kjdev/php-ext-zstd | +| __Swift__ | Anatoli Peredera | https://github.com/omniprog/SwiftZSTD | +| __Perl__ | Jiro Nishiguchi | https://metacpan.org/release/Compress-Zstd +| __Objective C__ | Micha Mazaheri | https://github.com/luckymarmot/ZstdKit +| __Ruby__ | SpringMT | https://github.com/SpringMT/zstd-ruby | +| __Ruby__ (FFI) | Michael Sievers | https://github.com/msievers/zstandard-ruby +| __Go__ | Vianney Tran | https://github.com/DataDog/zstd | +| __Go__ (+dict) | Aliaksandr Valialkin | https://github.com/valyala/gozstd | +| __D__ | Masahiro Nakagawa | https://code.dlang.org/packages/zstd | +| __Ada__ | John Marino | https://github.com/jrmarino/zstd-ada | +| __Lua__ | Soojin Nam | https://github.com/sjnam/lua-resty-zstd +| __Haskell__ | Bryan O'Sullivan | https://github.com/facebookexperimental/hs-zstd +| __Erlang__ | Yuki Ito | https://hex.pm/packages/zstd | | __Visual Basic 6__ | Tanner Helland | https://github.com/tannerhelland/VB6-Compression -| __Julia__ | Kenta Sato | https://github.com/bicycle1885/CodecZstd.jl -| __Tcl__ | D. Bohdan | https://wiki.tcl-lang.org/48788 | -| __R__ | Konstantin Sorokin | https://cran.r-project.org/web/packages/zstdr/index.html -| __SmallTalk__| Instantiations | http://www.instantiations.com/resources/goodies.html#instantiations -| __Elixir__ | chenzhuoyu | https://hex.pm/packages/ex_zstd | -| __OCaml__ | Jane Street | https://opam.ocaml.org/packages/zstandard/ -| __Pascal__ | Denis Anisimov | https://github.com/DenisAnisimov/ZSTD.pas -| __Crystal__ | @didactic-drunk | https://github.com/didactic-drunk/zstd.cr | -| __Nim__ | wltsmrz | https://github.com/wltsmrz/nim_zstd | +| __Julia__ | Kenta Sato | https://github.com/bicycle1885/CodecZstd.jl +| __Tcl__ | D. Bohdan | https://wiki.tcl-lang.org/48788 | +| __R__ | Konstantin Sorokin | https://cran.r-project.org/web/packages/zstdr/index.html +| __SmallTalk__ | Instantiations | http://www.instantiations.com/resources/goodies.html#instantiations +| __Elixir__ | chenzhuoyu | https://hex.pm/packages/ex_zstd | +| __OCaml__ | Jane Street | https://opam.ocaml.org/packages/zstandard/ +| __Pascal__ | Denis Anisimov | https://github.com/DenisAnisimov/ZSTD.pas +| __Crystal__ | @didactic-drunk | https://github.com/didactic-drunk/zstd.cr ++| __Nim__ | wltsmrz | https://github.com/wltsmrz/nim_zstd [than reference C]:https://github.com/facebook/zstd