]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Merge branch 'gh-pages' of github.com:facebook/zstd into gh-pages
authorYann Collet <cyan@fb.com>
Fri, 12 Jun 2020 18:51:41 +0000 (11:51 -0700)
committerYann Collet <cyan@fb.com>
Fri, 12 Jun 2020 18:51:41 +0000 (11:51 -0700)
1  2 
index.html

diff --cc index.html
index 8ecbec4bfaa2e6cb83e1f3eae7df027fd25836da,23f289eee1378901045a6f1438af8d1a4135b426..9bde63f2b5446975a29c68ee543295cc0d115a98
@@@ -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