]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
changed to binding
authorYann Collet <yann.collet.73@gmail.com>
Tue, 2 Aug 2016 15:56:08 +0000 (17:56 +0200)
committerYann Collet <yann.collet.73@gmail.com>
Tue, 2 Aug 2016 15:56:08 +0000 (17:56 +0200)
index.html

index ebc944664ad2c1fc8f51640a75a11e1768b578e0..6fea570e4404c180115ff97430fdfa64c3ecb51d 100644 (file)
         <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
           <ul class="nav navbar-nav navbar-nav">
             <li><a href="https://github.com/Cyan4973/zstd/releases/latest">Latest Release</a></li>
-            <li><a href="#other-languages">Ports</a></li>
+            <li><a href="#other-languages">Bindings</a></li>
             <li class="dropdown">
               <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Index<span class="caret"></span></a>
               <ul class="dropdown-menu" role="menu">
                 <li><a href="#benchmarks">Benchmarks</a></li>
                 <li><a href="#GUI">GUI</a></li>
-                <li><a href="#other-languages">Ports</a></li>
+                <li><a href="#other-languages">Bindings</a></li>
               </ul>
             </li>
           </ul>
@@ -167,15 +167,16 @@ with Zstandard](https://mcmilk.de/projects/7-Zip-ZStd/).
 
 <br/>
 <a name="other-languages"></a>
-## Multiple languages
+## Bindings for other languages
 
 Should you need Zstandard in another language [than reference C],
-here is a list of known ports and their authors :
+here is a list of known bindings and their authors :
 
 | Language     | Author              | URL                                   |
 | ------------ | ------------------- | ------------------------------------- |
 | __Java__     | Luben Karavelov     | https://github.com/luben/zstd-jni     |
 | __Rust__     | Alexandre Bury      | https://crates.io/crates/zstd         |
+| __Ada__      | John Marino         | https://github.com/jrmarino/zstd-ada  |
 | __Python__   | Sergey Dryabzhinsky | https://github.com/sergey-dryabzhinsky/python-zstd
 | __Go__       | Jason Moiron        | https://github.com/DataDog/zstd       |
 | __OCaml__    | ygrek               | https://opam.ocaml.org/packages/zstd/ |
@@ -183,7 +184,6 @@ here is a list of known ports and their authors :
 | __PHP__      | Kamijo              | https://github.com/kjdev/php-ext-zstd |
 | __Ruby__     | Jarred Holman       | https://github.com/jarredholman/ruby-zstd
 | __Delphi__   | Razor12911          | http://encode.ru/threads/2119-Zstandard?p=49075&viewfull=1#post49075
-| __Ada__      | John Marino         | https://github.com/jrmarino/zstd-ada  |
 
 [than reference C]:https://github.com/Cyan4973/zstd