]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
add Delphi binding
authorYann Collet <cyan@fb.com>
Fri, 21 Mar 2025 17:46:30 +0000 (10:46 -0700)
committerYann Collet <cyan@fb.com>
Fri, 21 Mar 2025 17:46:30 +0000 (10:46 -0700)
closes #4342

index.html

index a4e28e1f03abeb44d8bbb1887050bdd343018593..4cda09ca9f5450393800bb163155f5623e0ed31b 100644 (file)
@@ -214,13 +214,13 @@ which are explicitly labelled as Ports.
 
 | Language      | Author              | URL                                   |
 | ------------- | ------------------- | ------------------------------------- |
-| __Java__      | Luben Karavelov     | https://github.com/luben/zstd-jni     |
-| __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       |
 | __Rust__      | Alexandre Bury      | https://crates.io/crates/zstd         |
 | __Rust__ (Port) | Moritz Borcherding | https://github.com/KillingSpark/zstd-rs
+| __Java__      | Luben Karavelov     | https://github.com/luben/zstd-jni     |
+| __Java__ (Port) | Martin Traverso   | https://github.com/airlift/aircompressor/tree/master/src/main/java/io/airlift/compress/zstd
 | __C#__        | SKB Kontur          | https://github.com/skbkontur/ZstdNet  |
 | __C#__ (streaming) | Bernhard Pichler | https://github.com/bp74/Zstandard.Net
 | __C#__ (signed) | Tyler Young       | https://github.com/ImpromptuNinjas/ZStd
@@ -238,6 +238,7 @@ which are explicitly labelled as Ports.
 | __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
+| __Delphi__    | Xelitan             | https://github.com/Xelitan/ZSTD-compression-decompression-for-Delphi-Lazarus
 | __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