]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
added lisp binding
authorYann Collet <cyan@fb.com>
Tue, 22 Dec 2020 08:56:10 +0000 (00:56 -0800)
committerYann Collet <cyan@fb.com>
Tue, 22 Dec 2020 08:56:10 +0000 (00:56 -0800)
index.html

index 05940392531d9fed6b33f98ae15612026d3a35c8..1ff296ca149901e513cf505a6ea8e8ca0c0e63ac 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__ (bz2 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  |
@@ -201,20 +201,21 @@ which are full re-implementation of the algorithm in the target language.
 | __Node.js__ buffers | Zwb           | https://www.npmjs.com/package/node-zstd
 | __PHP__       | Kamijo              | https://github.com/kjdev/php-ext-zstd |
 | __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   |
 | __Swift__     | Anatoli Peredera    | https://github.com/omniprog/SwiftZSTD |
 | __Perl__      | Jiro Nishiguchi     | https://metacpan.org/release/Compress-Zstd
 | __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  |
+| __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   |
 | __Objective C__ | Micha Mazaheri    | https://github.com/luckymarmot/ZstdKit
+| __Pascal__    | Denis Anisimov      | https://github.com/DenisAnisimov/ZSTD.pas
 | __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
+| __Lisp__      | Guillaume Le Vaillant | https://github.com/glv2/cl-zstd     |
+| __D__         | Masahiro Nakagawa   | https://code.dlang.org/packages/zstd  |
+| __Dart__      | Instantiations      | https://pub.dev/documentation/es_compression/latest/zstd/zstd-library.html
 | __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
@@ -224,7 +225,7 @@ which are full re-implementation of the algorithm in the target language.
 | __Elixir__    | chenzhuoyu          | https://hex.pm/packages/ex_zstd       |
 | __OCaml__     | Jane Street         | https://opam.ocaml.org/packages/zstandard/
 | __Crystal__   | @didactic-drunk     | https://github.com/didactic-drunk/zstd.cr
-| __Nim__       | wltsmrz             | https://github.com/wltsmrz/nim_zstd
+| __Nim__       | wltsmrz             | https://github.com/wltsmrz/nim_zstd   |
 
 
 [reference C]:https://github.com/facebook/zstd