From: Yann Collet Date: Fri, 1 Sep 2017 21:52:06 +0000 (-0700) Subject: added C# streaming binding X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e13980afbacfc82b4e64b67191fa67094eeab11;p=thirdparty%2Fzstd.git added C# streaming binding --- diff --git a/index.html b/index.html index a6e9fa96c..48083ac1b 100644 --- a/index.html +++ b/index.html @@ -205,6 +205,7 @@ here is a list of known bindings and their authors : | __Julia__ | Alex Arslan | https://github.com/ararslan/ZStd.jl | | __Tcl__ | dbohdan | https://tcl.wiki/48788 | | __R__ | Konstantin Sorokin | https://cran.r-project.org/web/packages/zstdr/index.html +| __C#__ (streaming) | Dmitry Alexandrov | https://gist.github.com/dimzon/4e7f076dd59fa6df2a3207e1fa6ac406 | __OCaml__ | ygrek | https://opam.ocaml.org/packages/zstd/ | | __Delphi__ | Razor12911 | http://encode.ru/threads/2119-Zstandard?p=49075&viewfull=1#post49075 @@ -213,7 +214,7 @@ here is a list of known bindings and their authors : ## Ports into other languages -This is a full re-implementation of Zstandard following the [format specification](https://github.com/facebook/zstd/blob/dev/doc/zstd_compression_format.md) +This is a re-implementation of Zstandard following the [format specification](https://github.com/facebook/zstd/blob/dev/doc/zstd_compression_format.md) | Language | Author | URL | | ------------ | ------------------- | ------------------------------------- |