From: Yann Collet Date: Wed, 3 Apr 2024 05:02:29 +0000 (-0700) Subject: added Fortran binding X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36d4fb839945ea8d573bc75bbc666fa588646458;p=thirdparty%2Fzstd.git added Fortran binding --- diff --git a/index.html b/index.html index e624fdd9a..d46eaad4b 100644 --- a/index.html +++ b/index.html @@ -227,21 +227,22 @@ which are explicitly labelled as Ports. | __Javascript__ (emscripten) | Yoshihito | https://www.npmjs.com/package/zstd-codec | __Javascript__ (decoder, Port) | Arjun Barrett | https://www.npmjs.com/package/fzstd | __Javascript__ (decoder, wasm) | Don McCurdy | https://www.npmjs.com/package/zstddec -| __Javascript__ (wasm, asm) | Zs. Szende, Cs. Tamas, G. Szabo, L. Zana | https://www.npmjs.com/package/@oneidentity/zstd-js +| __Javascript__ (wasm, asm) | Szende, Tamas, Szabo & Zana | https://www.npmjs.com/package/@oneidentity/zstd-js | __Node.js__ | MongoDB-js | https://github.com/mongodb-js/zstd | __Node.js__ | Tyler Stiene | https://www.npmjs.com/package/simple-zstd -| __PHP__ | Kamijo | https://github.com/kjdev/php-ext-zstd | -| __PHP__ | John Wedgbury | https://github.com/appoly/zstd-php | -| __R__ | Konstantin Sorokin | https://cran.r-project.org/web/packages/zstdr/index.html | __Go__ (Port) | Klaus Post | https://github.com/klauspost/compress/tree/master/zstd#zstd | __Go__ | Vianney Tran | https://github.com/DataDog/zstd | | __Go__ (+dict) | Aliaksandr Valialkin | https://github.com/valyala/gozstd | +| __PHP__ | Kamijo | https://github.com/kjdev/php-ext-zstd | +| __PHP__ | John Wedgbury | https://github.com/appoly/zstd-php | +| __Fortran__ | Philippe Engel | https://github.com/interkosmos/fortran-zstd +| __Pascal__ | Denis Anisimov | https://github.com/DenisAnisimov/ZSTD.pas | __Swift__ | Anatoli Peredera | https://github.com/omniprog/SwiftZSTD | | __Ruby__ | SpringMT | https://github.com/SpringMT/zstd-ruby | | __Ruby__ (FFI) | Michael Sievers | https://github.com/msievers/zstandard-ruby | __Ruby__ (stream) | Andrew Aladjev | https://rubygems.org/gems/ruby-zstds | +| __R__ | Konstantin Sorokin | https://cran.r-project.org/web/packages/zstdr/index.html | __Perl__ | Jiro Nishiguchi | https://metacpan.org/release/Compress-Zstd -| __Pascal__ | Denis Anisimov | https://github.com/DenisAnisimov/ZSTD.pas | __Visual Basic 6__ | Tanner Helland | https://github.com/tannerhelland/VB6-Compression | __Objective C__ | Micha Mazaheri | https://github.com/luckymarmot/ZstdKit | __Lisp__ | Guillaume Le Vaillant | https://github.com/glv2/cl-zstd |